Codeunit 48 PostingSetupManagement in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CheckCustPostingGroupReceivablesAccount | (Code[20]) | public | - | |
| CheckVendPostingGroupPayablesAccount | (Code[20]) | public | - | |
| CheckGenPostingSetupSalesAccount | (Code[20], Code[20]) | public | - | |
| CheckGenPostingSetupPurchAccount | (Code[20], Code[20]) | public | - | |
| CheckGenPostingSetupCOGSAccount | (Code[20], Code[20]) | public | - | |
| CheckVATPostingSetupSalesAccount | (Code[20], Code[20]) | public | - | |
| CheckVATPostingSetupPurchAccount | (Code[20], Code[20]) | public | - | |
| CheckInvtPostingSetupInventoryAccount | (Code[10], Code[20]) | public | - | |
| GetPostingSetupNotificationID | () | Guid | public | - |
| ConfirmPostingAfterCurrentCalendarDate | (Text, Date) | Boolean | public | - |
| IsPostingSetupNotificationEnabled | () | Boolean | public | - |
| SendCustPostingGroupNotification | (Record Customer Posting Group, Text) | public | - | |
| SendVendPostingGroupNotification | (Record Vendor Posting Group, Text) | public | - | |
| SendInvtPostingSetupNotification | (Record Inventory Posting Setup, Text) | public | - | |
| SendGenPostingSetupNotification | (Record General Posting Setup, Text) | public | - | |
| SendVATPostingSetupNotification | (Record VAT Posting Setup, Text) | public | - | |
| ShowCustomerPostingGroups | (Notification) | public | - | |
| ShowVendorPostingGroups | (Notification) | public | - | |
| ShowInventoryPostingSetup | (Notification) | public | - | |
| ShowGenPostingSetup | (Notification) | public | - | |
| ShowVATPostingSetup | (Notification) | public | - |