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 | |
| WBS Version | Enum (KVSPSAPSPVersionSelectionType) | |
| Include FA Total Cost | Boolean |
Events#
KVSPSAOnBeforeIncludeFATotalCostTestFieldForLedgerEntryType(Record KVSPSAJob Column Layout, Record KVSPSAJob Column Layout, Boolean) :#
Summary: Integration event raised before including fixed asset total cost test field for ledger entry type.
[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;
Parameters:
JobColumnLayout: The job column layout recordxRecJobColumnLayout: The previous job column layout recordIsHandled: Set to true if the event handler has handled the operation