Codeunit 6110 GL Acc. Data Migration Facade in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 34
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ModifyGLAccount | (Boolean) | public | - | |
| CreateGLAccountIfNeeded | (Code[20], Text[50], Option) | Boolean | public | - |
| CreateGeneralPostingSetupIfNeeded | (Code[10]) | public | - | |
| CreateGenProductPostingGroupIfNeeded | (Code[20], Text[50]) | public | - | |
| CreateGenBusinessPostingGroupIfNeeded | (Code[20], Text[50]) | public | - | |
| CreateGeneralJournalLine | (Code[10], Code[20], Text[50], Date, Date, Decimal, Decimal, Code[10], Code[20]) | public | - | |
| CreateGeneralJournalBatchIfNeeded | (Code[10], Code[20], Code[20]) | public | - | |
| SetGlobalGLAccount | (Code[20]) | Boolean | public | - |
| SetIncomeBalanceType | (Option) | public | - | |
| SetTotaling | (Text[250]) | public | - | |
| SetDebitCreditType | (Option) | public | - | |
| SetExchangeRateAdjustmentType | (Option) | public | - | |
| SetDirectPosting | (Boolean) | public | - | |
| SetBlocked | (Boolean) | public | - | |
| SetLastModifiedDateTime | (DateTime) | public | - | |
| SetLastDateModified | (Date) | public | - | |
| SetAccountCategory | (Option) | public | - | |
| SetAccountSubCategory | (Integer) | public | - | |
| SetGeneralPostingSetupSalesAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupSalesLineDiscAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupSalesInvDiscAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupSalesPmtDiscDebitAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupPurchAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupPurchLineDiscAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupPurchInvDiscAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupPurchCreditMemoAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupCOGSAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupInventoryAdjmtAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupSalesCreditMemoAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupPurchPmtDiscDebitAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupPurchPrepaymentsAccount | (Code[20], Code[20]) | public | - | |
| SetGeneralPostingSetupPurchaseVarianceAccount | (Code[20], Code[20]) | public | - | |
| CreateDefaultDimensionAndRequirementsIfNeeded | (Text[20], Text[50], Code[20], Text[30]) | public | - | |
| SetGeneralJournalLineDimension | (var Record Gen. Journal Line, Code[20], Text[50], Code[20], Text[50]) | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnMigrateGlAccount | (RecordId) | - |
| Integration event | OnCreateOpeningBalanceTrx | (RecordId) | - |
| Integration event | OnMigratePostingGroups | (RecordId) | - |
| Integration event | OnMigrateAccountTransactions | (RecordId) | - |
| Integration event | OnMigrateGlAccountDimensions | (RecordId) | - |