Codeunit 570 G/L Account Category Mgt. in 28
- App
- Base Application
- Namespace
- Microsoft.Finance.GeneralLedger.Account
Versions171819202122232425262728latest
Source29
Procedures, 57
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| InitializeAccountCategories | () | public | - | |
| AddCategory | (Integer, Integer, Option, Text[80], Boolean, Option) | Integer | public | - |
| ForceInitializeStandardAccountSchedules | () | public | - | |
| InitializeStandardAccountSchedules | () | public | - | |
| GetGLSetup | (var Record General Ledger Setup) | public | - | |
| RunAccountScheduleReport | (Code[10]) | public | - | |
| ConfirmAndRunGenerateAccountSchedules | () | public | - | |
| GLSetupAllAccScheduleNamesNotDefined | () | Boolean | public | - |
| GetCurrentAssets | () | Text | public | - |
| GetAR | () | Text | public | - |
| GetCash | () | Text | public | - |
| GetPrepaidExpenses | () | Text | public | - |
| GetInventory | () | Text | public | - |
| GetFixedAssets | () | Text | public | - |
| GetEquipment | () | Text | public | - |
| GetAccumDeprec | () | Text | public | - |
| GetCurrentLiabilities | () | Text | public | - |
| GetPayrollLiabilities | () | Text | public | - |
| GetLongTermLiabilities | () | Text | public | - |
| GetCommonStock | () | Text | public | - |
| GetRetEarnings | () | Text | public | - |
| GetDistrToShareholders | () | Text | public | - |
| GetIncomeService | () | Text | public | - |
| GetIncomeProdSales | () | Text | public | - |
| GetIncomeSalesDiscounts | () | Text | public | - |
| GetIncomeSalesReturns | () | Text | public | - |
| GetIncomeInterest | () | Text | public | - |
| GetCOGSLabor | () | Text | public | - |
| GetCOGSMaterials | () | Text | public | - |
| GetCOGSDiscountsGranted | () | Text | public | - |
| GetRentExpense | () | Text | public | - |
| GetAdvertisingExpense | () | Text | public | - |
| GetInterestExpense | () | Text | public | - |
| GetFeesExpense | () | Text | public | - |
| GetInsuranceExpense | () | Text | public | - |
| GetPayrollExpense | () | Text | public | - |
| GetBenefitsExpense | () | Text | public | - |
| GetRepairsExpense | () | Text | public | - |
| GetUtilitiesExpense | () | Text | public | - |
| GetOtherIncomeExpense | () | Text | public | - |
| GetTaxExpense | () | Text | public | - |
| GetTravelExpense | () | Text | public | - |
| GetVehicleExpenses | () | Text | public | - |
| GetBadDebtExpense | () | Text | public | - |
| GetSalariesExpense | () | Text | public | - |
| GetJobsCost | () | Text | public | - |
| GetIncomeJobs | () | Text | public | - |
| GetJobSalesContra | () | Text | public | - |
| GetAccountCategory | (var Record G/L Account Category, Option) | Boolean | public | - |
| GetAccountSubcategory | (var Record G/L Account Category, Option, Text) | Boolean | public | - |
| GetSubcategoryEntryNo | (Option, Text) | Integer | public | - |
| CheckGLAccount | (Code[20], Boolean, Boolean, Option, Text) | public | - | |
| CheckGLAccountWithoutCategory | (Code[20], Boolean, Boolean) | public | - | |
| LookupGLAccount | (var Code[20], Option, Text) | public | - | |
| LookupGLAccountWithoutCategory | (var Code[20]) | public | - | |
| CheckGLAccount | (Integer, Integer, Code[20], Boolean, Boolean, Option, Text) | public | - | |
| LookupGLAccount | (Integer, Integer, var Code[20], Option, Text) | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterInitializeCompany | () | - |
| Integration event | OnBeforeInitializeCompany | () | - |
| Integration event | OnBeforeOnRunAccountScheduleReport | (Code[10], var Boolean) | - |
| Integration event | OnBeforeInitializeAccountCategories | (var Boolean) | - |
| Integration event | OnAfterInitializeAccountCategories | () | - |
| Integration event | OnBeforeCheckGLAccount | (Integer, Integer, Code[20], Boolean, Boolean, var Option, var Text, var Boolean) | - |
| Integration event | OnBeforeLookupGLAccount | (Integer, Integer, var Code[20], var Option, var Text, var Boolean) | - |