KVSMTCCSRCallLine#
Fields#
| Name | Type | Note |
|---|---|---|
| Call No. | Code[20] | |
| Line No. | Integer | |
| Customer No. | Code[20] | |
| Contact No. | Code[20] | |
| 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 | Enum (KVSKBACLLCallClassification) | |
| Document Creation | Enum (KVSMTCDocumentCreation) | |
| Close CSR Call Automatically | Boolean | |
| Maintenance Cockpit Entry No. | BigInteger | |
| 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 | Enum (KVSMTCServiceSite) | |
| 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 | Enum (KVSMTCAppointmentType) | |
| Block Precision | Enum (KVSMTCBlockPrecision) | |
| Appointment Time From | Time | |
| Appointment Time Till | Time | |
| Appointment Confirmed | Boolean | |
| Contact Name | Text[100] | FlowField |
| Contact Name 2 | Text[50] | FlowField |
| Process Billing Cust. No. | Code[20] | |
| Process Billing Cust. Name | Text[100] | FlowField |
| Serial No. Location | Code[10] | FlowField |
| Serial No. Bin Code | Code[20] | FlowField |
| LotNo | Code[50] | |
| DocumentProcessID | Code[20] | |
| KVSMTCServiceCondition | Enum (KVSMTCServiceOpCondition) | FlowField |
| KVSMTCOperationPlace | Enum (KVSMTCServiceOperationPlace) | FlowField |
| KVSMTCCurrentPlace | Enum (KVSMTCServiceOperationPlace) | FlowField |
Events#
OnBeforeInsertRecord(Record KVSMTCCSRCallLine) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeInsertRecord(var CSRCallLine: Record "KVSMTCCSRCallLine"):
[EventSubscriber(ObjectType::Table, Table::"KVSMTCCSRCallLine", 'OnBeforeInsertRecord', '', false, false)]
local procedure DoSomethingOnBeforeInsertRecord(var CSRCallLine: Record "KVSMTCCSRCallLine")
begin
end;