Codeunit 1100 Cost Account Mgt in 27
- App
- Base Application
- Namespace
- Microsoft.CostAccounting.Setup
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, 21
| 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) | - |
| Integration event | OnBeforeGetCostTypesFromChartOfAccount | (var Boolean) | - |
| Integration event | OnAfterShouldNotUpdateCostTypeFromGLAcc | (var Record G/L Account, var Record G/L Account, var Record Cost Accounting Setup, Option, var Boolean) | - |
| Integration event | OnUpdateCostCenterFromDimOnBeforeMessage | (var Boolean) | - |
| Integration event | OnUpdateCostObjectFromDimOnBeforeMessage | (var Boolean) | - |
| Integration event | OnGetCostTypesFromChartDirectOnAfterSetFilters | (var Record G/L Account) | - |
| Integration event | OnGetCostTypeOnAfterSetFilters | (var Record G/L Account, var Record Cost Type) | - |
| Integration event | OnGetCostTypeOnAfterCostTypeSetFilter | (var Record Cost Type) | - |
| Integration event | OnLinkCostTypesToGLAccountsOnAfterSetFilters | (var Record G/L Account, var Record Cost Type) | - |
| Integration event | OnLinkCostTypesToGLAccountsOnAfterCostTypeSetFilter | (var Record Cost Type) | - |
| Integration event | OnAfterCopyDimValueToCostObject | (Record Dimension Value, var Record Cost Object) | - |
| Integration event | OnIsGLAccNoFirstFromRangeOnAfterGLAccSetFilter | (var Record Cost Type, var Record G/L Account) | - |
| Integration event | OnUpdateCostTypeFromGLAccOnInsertOrModifyCostTypeBeforeModify | (var Record Cost Type) | - |
| Integration event | OnUpdateCostTypeFromGLAccOnRenameCostTypeBeforeModify | (var Record Cost Type) | - |
| Integration event | OnBeforeShouldNotUpdateCostTypeFromGLAcc | (var Record G/L Account, var Record G/L Account, var Record Cost Accounting Setup, Option, var Boolean, var Boolean) | - |