Skip to content

KVSPSACalcJobAccWhereUsed#

Procedures#

AddTable(Record Integer, Integer) :#

procedure AddTable(var IntegerBuffer: Record "Integer"; TableID: Integer): 

CheckJobAcc(Code[20]) :#

procedure CheckJobAcc(JobAccNo: Code[20]): 

CheckPostingGroups(Code[20]) :#

procedure CheckPostingGroups(JobAccNo: Code[20]): 

InsertGroupForRecord(Record KVSPSAJobAccountWhereUsed, Integer, Text[80], RecordId, Code[20], Code[20], Text[80]) :#

procedure InsertGroupForRecord(var TempJobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed" temporary; TableID: Integer; TableCaption: Text[80]; YourRecordID: RecordId; JobAccNo: Code[20]; JobAccNo2: Code[20]; FieldCaption: Text[80]): 

ShowSetupPage(Record KVSPSAJobAccountWhereUsed) :#

procedure ShowSetupPage(var JobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed"): 

Events#

KVSPSAOnAfterCheckPostingGroups(Record KVSPSAJobAccountWhereUsed, Code[20]) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterCheckPostingGroups(var TempJobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed" temporary; JobAccNo: Code[20]): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSACalcJobAccWhereUsed", 'KVSPSAOnAfterCheckPostingGroups', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterCheckPostingGroups(var TempJobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed" temporary; JobAccNo: Code[20])
begin
end;

KVSPSAOnAfterFillTableBuffer(Record Integer) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterFillTableBuffer(var IntegerTableBuffer: Record "Integer"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSACalcJobAccWhereUsed", 'KVSPSAOnAfterFillTableBuffer', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterFillTableBuffer(var IntegerTableBuffer: Record "Integer")
begin
end;

KVSPSAOnBeforeShowJobAccWhereUsed(Record KVSPSAJobAccountWhereUsed) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeShowJobAccWhereUsed(var JobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSACalcJobAccWhereUsed", 'KVSPSAOnBeforeShowJobAccWhereUsed', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeShowJobAccWhereUsed(var JobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed")
begin
end;

KVSPSAOnShowExtensionPage(Record KVSPSAJobAccountWhereUsed) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnShowExtensionPage(JobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSACalcJobAccWhereUsed", 'KVSPSAOnShowExtensionPage', '', false, false)]
local procedure DoSomethingKVSPSAOnShowExtensionPage(JobAccountWhereUsed: Record "KVSPSAJobAccountWhereUsed")
begin
end;