Codeunit 1104 Cost Account Allocation in 27
- App
- Base Application
- Namespace
- Microsoft.CostAccounting.Allocation
Versions171819202122232425262728latest
Source29
Procedures, 4
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CalcAllocationKeys | () | Integer | public | - |
| CalcAllocationKey | (var Record Cost Allocation Source) | public | - | |
| CalcLineShare | (var Record Cost Allocation Target) | public | - | |
| GetTotalShare | (var Decimal) | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterCalcAllocationKey | (var Record Cost Allocation Source) | - |
| Integration event | OnBeforeCalcAllocationKey | (var Record Cost Allocation Source) | - |
| Integration event | OnBeforeCalcDateFilter | (var Record Cost Allocation Target, var Date, var Date, var Boolean) | - |
| Integration event | OnBeforeCalcLineShare | (var Record Cost Allocation Target, var Boolean) | - |
| Integration event | OnBeforeCalcEmployeeCountShare | (Record Cost Allocation Target, var Decimal, Date, Date, var Boolean) | - |
| Integration event | OnBeforeCalcItemSoldQtyShare | (var Record Cost Allocation Target, var Record Value Entry, var Boolean) | - |
| Integration event | OnAfterSumValueEntryField | (var Record Value Entry, Integer) | - |