Skip to content

KVSFCYObligoLedgerEntry#

Fields#

Name Type Note
Entry No. BigInteger
Job No. Code[20]
Job Task No. Code[20]
Job Planning Line No. Integer
Job Task Reference No. Integer
Job Contract Entry No. Integer
Job Usage Account No. Code[20]
Job Sales Account No. Code[20]
Job Type Code[20]
Effort Type Code[20]
Description Text[100]
Purchase Outstanding Quantity Decimal
Inventory Quantity Decimal
Invoiced Quantity Decimal
Purchase Outstanding Amount Decimal
Inventory Cost Amount (Exp.) Decimal
Inventory Cost Amount (Act.) Decimal
Production Quantity (Exp.) Decimal
Production Quantity (Act.) Decimal
Production Cost Amount (Exp.) Decimal
Production Cost Amount (Act.) Decimal
Time Sheet Qty. Decimal
Time Sheet Amount (Exp.) Decimal
Source Type Integer
Source Subtype Option OptionMembers: 0,1,2,3,4,5,6,7,8,9,10
Source ID Code[20]
Source Batch Name Code[10]
Source Prod. Order Line Integer
Source Ref. No. Integer
Source Routing No. Code[20]
Source Operation No. Code[10]
Expected Date Date
Rating Date Date
Source Quantity Decimal
Job Quantity Decimal
Created By Code[50]
Type Enum (KVSFCYObligoLedgerEntryType)
No. Code[20]
Variant Code Code[10]
Gen. Prod. Posting Group Code[20]
Correction Boolean
Correction Date Date
Correction Entry No. Integer

Events#

OnAfterSetSourceFilter(Record KVSFCYObligoLedgerEntry, Integer, Integer, Code[20], Integer, Code[10], Integer, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnAfterSetSourceFilter(var KVSFCYObligoLedgerEntry: Record "KVSFCYObligoLedgerEntry"; SourceType: Integer; SourceSubtype: Integer; SourceID: Code[20]; SourceRefNo: Integer; SourceBatchName: Code[10]; SourceProdOrderLine: Integer; SourceKey: Boolean): 
[EventSubscriber(ObjectType::Table, Table::"KVSFCYObligoLedgerEntry", 'OnAfterSetSourceFilter', '', false, false)]
local procedure DoSomethingOnAfterSetSourceFilter(var KVSFCYObligoLedgerEntry: Record "KVSFCYObligoLedgerEntry"; SourceType: Integer; SourceSubtype: Integer; SourceID: Code[20]; SourceRefNo: Integer; SourceBatchName: Code[10]; SourceProdOrderLine: Integer; SourceKey: Boolean)
begin
end;

OnAfterSetJobFilter(Record KVSFCYObligoLedgerEntry, Code[20], Code[20], Integer, Integer, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnAfterSetJobFilter(var KVSFCYObligoLedgerEntry: Record "KVSFCYObligoLedgerEntry"; JobNo: Code[20]; JobTaskNo: Code[20]; JobPlanningLineNo: Integer; JobContractEntryNo: Integer; JobKey: Boolean): 
[EventSubscriber(ObjectType::Table, Table::"KVSFCYObligoLedgerEntry", 'OnAfterSetJobFilter', '', false, false)]
local procedure DoSomethingOnAfterSetJobFilter(var KVSFCYObligoLedgerEntry: Record "KVSFCYObligoLedgerEntry"; JobNo: Code[20]; JobTaskNo: Code[20]; JobPlanningLineNo: Integer; JobContractEntryNo: Integer; JobKey: Boolean)
begin
end;