Codeunit 1100 Cost Account Mgt in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 33
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetCostTypesFromChartOfAccount | () | public | - | |
| GetCostTypesFromChartDirect | () | public | - | |
| ConfirmUpdate | (Option, Text[80], Code[20]) | Boolean | public | - |
| UpdateCostTypeFromGLAcc | (var Record G/L Account, var Record G/L Account, Option) | public | - | |
| UpdateCostCenterFromDim | (var Record Dimension Value, var Record Dimension Value, Option) | public | - | |
| UpdateCostObjectFromDim | (var Record Dimension Value, var Record Dimension Value, Option) | public | - | |
| UpdateCostTypeFromDefaultDimension | (var Record Default Dimension, var Record G/L Account, Option) | public | - | |
| ConfirmIndentCostTypes | () | public | - | |
| IndentCostTypes | (Boolean) | public | - | |
| LinkCostTypesToGLAccountsYN | () | public | - | |
| LinkCostTypesToGLAccounts | () | public | - | |
| CreateCostCenters | () | public | - | |
| IndentCostCentersYN | () | public | - | |
| IndentCostCenters | () | public | - | |
| CreateCostObjects | () | public | - | |
| IndentCostObjectsYN | () | public | - | |
| IndentCostObjects | () | public | - | |
| CheckValidCCAndCOInGLEntry | (Integer) | public | - | |
| GetCostCenterCodeFromDimSet | (Integer) | Code[20] | public | - |
| GetCostCenterCodeFromDefDim | (Integer, Code[20]) | Code[20] | public | - |
| CostCenterExists | (Code[20]) | Boolean | public | - |
| CostCenterExistsAsDimValue | (Code[20]) | Boolean | public | - |
| LookupCostCenterFromDimValue | (var Code[20]) | public | - | |
| GetCostObjectCodeFromDimSet | (Integer) | Code[20] | public | - |
| GetCostObjectCodeFromDefDim | (Integer, Code[20]) | Code[20] | public | - |
| CostObjectExists | (Code[20]) | Boolean | public | - |
| CostObjectExistsAsDimValue | (Code[20]) | Boolean | public | - |
| LookupCostObjectFromDimValue | (var Code[20]) | public | - | |
| InsertCostBudgetRegister | (Integer, Code[10], Decimal) | Integer | public | - |
| UpdateCostBudgetRegister | (Integer, Integer, Decimal) | public | - | |
| IsGLAccNoFirstFromRange | (Record Cost Type, Code[20]) | Boolean | public | - |
| GetCostType | (Code[20], var Boolean) | public | - | |
| OpenDimValueListFiltered | (Integer) | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterGetCostTypesFromChartDirect | () | - |
| Integration event | OnAfterUpdateCostTypeFromGLAcc | (var Record Cost Type, var Record G/L Account, var Record G/L Account, Option) | - |
| Integration event | OnBeforeCopyDimValueToCostCenter | (Record Dimension Value, var Record Cost Center, var Boolean) | - |
| Integration event | OnBeforeCopyDimValueToCostObject | (Record Dimension Value, var Record Cost Object, var Boolean) | - |
| Integration event | OnGetCostTypesFromChartDirectOnBeforeCostTypeInsert | (var Record G/L Account, var Record Cost Type, var Boolean) | - |
| Integration event | OnBeforeGetCostCenterCodeFromDimSet | (Integer, var Code[20], var Boolean) | - |
| Integration event | OnBeforeGetCostObjectCodeFromDimSet | (Integer, var Code[20], var Boolean) | - |