Skip to content

KVSMEDCSRCallLine#

Fields#

Name Type Note
Call No. Code[20]
Line No. Integer
Customer No. Code[20]
Contact No. Code[20]
Type Option OptionMembers: ,Equipment,Item
No. Code[20]
Variant Code Code[10]
Serial No. Code[50]
Description Text[100]
Description 2 Text[50]
Unit of Measure Code Code[10]
Quantity Decimal
Qty. per Unit of Measure Decimal
Quantity (Base) Decimal
Process Type Code Code[20]
Call Classification Option OptionMembers: ,Maintenance,Repair,,Complaint,Claim,Return
Document Creation Enum (KVSMEDDocumentCreation)
Close CSR Call Automatically Boolean
Maintenance Cockpit Entry No. BigInteger
Maintenance Plan Template Code Code[20]
Inspection Type Code[20]
Technique Cockpit Entry No. BigInteger
Maintenance Due Date Date
Time Interval DateFormula
Hire Equip. Item No. Code[20]
Hire Equip. Variant Code Code[10]
Hire Equip. Serial No. Code[50]
Hire Equip. Location Code Code[10]
Hire Equip. Bin Code Code[20]
Responsibility Center Code[10]
Equip. Posting Code Code[10] FlowField
Equip. Owner No. Code[20] FlowField
Equip. Consignee No. Code[20] FlowField
Service Site Option OptionMembers: ,in-house,on-site
Location Code Code[10]
Bin Code Code[20]
Service Technician Code[20]
Technician Name Text[100] FlowField
Fix Location Code Code[10]
Fix Bin Code Code[20]
Appointment Date Date
Appointment Type Option OptionMembers: ,Block,Fix
Block Precision Option OptionMembers: ,Morning,Afternoon,Late Afternoon
Appointment Time From Time
Appointment Time Till Time
Appointment Confirmed Boolean
Processing Status Code[20]
Manual Processing Status Boolean FlowField
Contract No. Code[15]
Contract Version No. Code[4]
Contract Line No. Integer
Contract Period Code Code[30]
Appraisal Boolean FlowField
Hire Equipment Appraisal Boolean FlowField
Process Group Code Code[20]
Contact Name Text[100] FlowField
Contact Name 2 Text[50] FlowField
Process Billing Cust. No. Code[20]
Process Billing Cust. Name Text[100] FlowField
Delivery Call No. BigInteger
Delivery Schedule Line No. BigInteger
Process No. Code[20]
Process Period No. Integer
Serial No. Location Code[10] FlowField
Serial No. Bin Code Code[20] FlowField
Tour Code Code[10]
Tour Placement Integer
Scheduling Code Code[10]

Procedures#

CheckContractFields(Boolean) : Boolean#

procedure CheckContractFields(ShowErrorPar: Boolean): Boolean

Events#

OnBeforeInsertRecord(Record KVSMEDCSRCallLine) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeInsertRecord(var CSRCallLine: Record "KVSMEDCSRCallLine"): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDCSRCallLine", 'OnBeforeInsertRecord', '', false, false)]
local procedure DoSomethingOnBeforeInsertRecord(var CSRCallLine: Record "KVSMEDCSRCallLine")
begin
end;

OnAfterConfirmCallRejectOnValidateEquipmentSerialNo(Code[20]) :#

[IntegrationEvent(false, false)]
local procedure OnAfterConfirmCallRejectOnValidateEquipmentSerialNo(CallNo: Code[20]): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDCSRCallLine", 'OnAfterConfirmCallRejectOnValidateEquipmentSerialNo', '', false, false)]
local procedure DoSomethingOnAfterConfirmCallRejectOnValidateEquipmentSerialNo(CallNo: Code[20])
begin
end;