Skip to content

KVSPSAJob Column Layout#

Fields#

Name Type Note
Column Layout Name Code[10]
Line No. Integer
Column No. Code[10]
Column Header Text[30]
Column Type Option OptionMembers: Formula,Net Change,Balance at Date,Beginning Balance,Year to Date,Rest of Fiscal Year,Entire Fiscal Year
Ledger Entry Type Enum (KVSPSAJobAccSchedColEntryType)
Amount Type Option OptionMembers: Quantity,Amount
Formula Code[80]
Comparison Date Formula DateFormula
Show Opposite Sign Boolean
Show Option OptionMembers: Always,Never,When Positive,When Negative
Rounding Factor Enum Analysis Rounding Factor
Show Indented Lines Option OptionMembers: All,Indented Only,Non-Indented Only
Comparison Period Formula Code[20]
Dimension 1 Totaling Text[80]
Dimension 2 Totaling Text[80]
Dimension 3 Totaling Text[80]
Dimension 4 Totaling Text[80]
Comparison Period Formula LCID Integer
Include FA Total Cost Boolean

Events#

KVSPSAOnBeforeIncludeFATotalCostTestFieldForLedgerEntryType(Record KVSPSAJob Column Layout, Record KVSPSAJob Column Layout, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeIncludeFATotalCostTestFieldForLedgerEntryType(var JobColumnLayout: Record "KVSPSAJob Column Layout"; xRecJobColumnLayout: Record "KVSPSAJob Column Layout"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Table, Table::"KVSPSAJob Column Layout", 'KVSPSAOnBeforeIncludeFATotalCostTestFieldForLedgerEntryType', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeIncludeFATotalCostTestFieldForLedgerEntryType(var JobColumnLayout: Record "KVSPSAJob Column Layout"; xRecJobColumnLayout: Record "KVSPSAJob Column Layout"; var IsHandled: Boolean)
begin
end;