Report 18008293 EOS Commission Cost Allocation
Report 18008293 EOS Commission Cost Allocation
Calculates journal lines realted to cost allocation management. Called from menu
| Language | Caption |
|---|---|
| da-DK | Fordeling af provisionsomkostninger |
| de-DE | Kostenzuweisung der Kommission (CMS) |
| es-ES | Asignación de costes de la Comisión (CMS) |
| fi-FI | Komission kustannusten kohdentaminen (CMS) |
| fr-FR | Répartition des coûts de la Commission (CMS) |
| en-US | Commission Cost Allocation (CMS) |
| it-IT | Stanziamento costi provvigione (CMS) |
| nb-NO | Tildeling av provisjonskostnader (CMS) |
| nl-NL | Toewijzing van commissiekosten (CMS) |
| sv-SE | Provisionskostnadsallokering (CMS) |
Methods
SetHideValidationDialog
procedure SetHideValidationDialog(HideDialog: Boolean)
Parameters / Return Value
- HideDialog
Boolean
GetHideValidationDialog
procedure GetHideValidationDialog(): Boolean
Parameters / Return Value
- Returns
Boolean
Events
OnComposeJournalLineDescription
local procedure OnComposeJournalLineDescription(EOSCommissionLedgerEntry: Record "EOS Comm. Doc. Ledger Entry"; SalespersonPurchaser: Record "Salesperson/Purchaser"; StartingDate: Date; EndingDate: Date; DocumentNo: Code[20]; var JournalDescription: Text[100])
This event is raised after composing the journal line description. Changing the JournalDescription parameter (passed as reference) you can append texts or override the standard description.
Parameters / Return Value
EOSCommissionLedgerEntry
Record "EOS Comm. Doc. Ledger Entry"Current “EOS Comm. Doc. Ledger Entry”
SalespersonPurchaser
Record "Salesperson/Purchaser"Current “Salesperson/Purchaser”
StartingDate
DateRequest Page Starting Date
EndingDate
DateRequest Page Ending Date
DocumentNo
Code[20]Request Page Document No.
JournalDescription
Text[100]Journal line description already populated with the default value but you can return a custom string pattern
OnAfterAccountNoBalAccountNoAssigned
local procedure OnAfterAccountNoBalAccountNoAssigned(var AccountNo: Code[20]; var BalAccountNo: Code[20]; SalespersonPurchaser: Record "Salesperson/Purchaser"; EOSCommissionLedgerEntry: Record "EOS Comm. Doc. Ledger Entry")
Raised after assigning the AccountNo and BalAccountNo variables. You can change the values of these variables to assign different G/L Accounts to the journal line.
Parameters / Return Value
AccountNo
Code[20]G/L Account No being processed
BalAccountNo
Code[20]Balance G/L Account No being processed
SalespersonPurchaser
Record "Salesperson/Purchaser"Salesperson being processed
EOSCommissionLedgerEntry
Record "EOS Comm. Doc. Ledger Entry"Commission Ledger Entry being processed
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.