Skip to content

KVSMEDChecklist#

Fields#

Name Type Note
Table ID Integer
Description Text[80] FlowField
Type Option OptionMembers: ,Basic Parameters,Setup automatic,Setup Selection,Customer,Transaction Data
KUMA Data Boolean
Resp. Division Code[10]
Resp. Person Code[50]
Data Exist Boolean
Status Option OptionMembers: Open,in Process,Finished
Data Version Text[30]
Last Data Transfer DateTime
Manual Data Change Boolean
Inactive Boolean
Manual Checklist Change Boolean
Page ID Integer
Version Date Date
Admin./Decision by Customer Boolean
Completed Boolean
Person in Charge Code[50]
Company Filter Text[30] FlowFilter
Company Filter (Source Table) Text[30] FlowFilter
Licensed Table Boolean FlowField
Classification Option OptionMembers: ,MST1,MST2,MST1+MST2
Comment Boolean FlowField
Comment Customer Boolean FlowField
Prio Option OptionMembers: ,1,2,3,4,5
Setup maintained Option OptionMembers: ,Ja
Coordinate Setup Option OptionMembers: No,Yes
Company Setup Option OptionMembers: ,No Migration,Manual Setup,From Setup Company,From Setup Company + manual supplement,Migration beforehand,Migration beforehand + manual supplement,Migration at Go-Live
Setup Type Option OptionMembers: ,Common Setup Company,Own Setup Company
Comment Company Text[100]
Person in Charge (Text) Text[50]
Table ID OG Integer
Table Name OG Text[80]
No. of Records OG Integer

Procedures#

InsertLine(Integer, Text[50], Boolean, Option, Text[30]) :#

procedure InsertLine(TableIDPar: Integer; TableNamePar: Text[50]; KUMADataPar: Boolean; TypePar: Option; DivisionPar: Text[30]): 

Events#

OnFillCustomerData() :#

[IntegrationEvent(false, false)]
local procedure OnFillCustomerData(): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDChecklist", 'OnFillCustomerData', '', false, false)]
local procedure DoSomethingOnFillCustomerData()
begin
end;

OnAfterFillCheckList() :#

[IntegrationEvent(true, false)]
local procedure OnAfterFillCheckList(): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDChecklist", 'OnAfterFillCheckList', '', false, false)]
local procedure DoSomethingOnAfterFillCheckList()
begin
end;

OnFillSetupDataOnInsertDeliveryReminderData() :#

[IntegrationEvent(true, false)]
local procedure OnFillSetupDataOnInsertDeliveryReminderData(): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDChecklist", 'OnFillSetupDataOnInsertDeliveryReminderData', '', false, false)]
local procedure DoSomethingOnFillSetupDataOnInsertDeliveryReminderData()
begin
end;

OnFillSetupDataOnInsertDeliveryReminderData2() :#

[IntegrationEvent(true, false)]
local procedure OnFillSetupDataOnInsertDeliveryReminderData2(): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDChecklist", 'OnFillSetupDataOnInsertDeliveryReminderData2', '', false, false)]
local procedure DoSomethingOnFillSetupDataOnInsertDeliveryReminderData2()
begin
end;

OnFillSetupDataOnInsertPostedPhysInvtData() :#

[IntegrationEvent(true, false)]
local procedure OnFillSetupDataOnInsertPostedPhysInvtData(): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDChecklist", 'OnFillSetupDataOnInsertPostedPhysInvtData', '', false, false)]
local procedure DoSomethingOnFillSetupDataOnInsertPostedPhysInvtData()
begin
end;

OnFillSetupDataOnInsertPostedPhysInvtData2() :#

[IntegrationEvent(true, false)]
local procedure OnFillSetupDataOnInsertPostedPhysInvtData2(): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDChecklist", 'OnFillSetupDataOnInsertPostedPhysInvtData2', '', false, false)]
local procedure DoSomethingOnFillSetupDataOnInsertPostedPhysInvtData2()
begin
end;