Codeunit 48 PostingSetupManagement in 28
- App
- Base Application
- Namespace
- Microsoft.Finance.ReceivablesPayables
Versions171819202122232425262728latest
Source29
Procedures, 29
| 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 | - |
| 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 | - | |
| LogVATPostingSetupFieldError | (Record VAT Posting Setup, Integer) | public | - | |
| LogGenPostingSetupFieldError | (Record General Posting Setup, Integer) | public | - | |
| LogInventoryPostingSetupFieldError | (Record Inventory Posting Setup, Integer) | public | - | |
| LogCustPostingGroupFieldError | (Record Customer Posting Group, Integer) | public | - | |
| LogVendPostingGroupFieldError | (Record Vendor Posting Group, Integer) | public | - | |
| LogJobPostingGroupFieldError | (Record Job Posting Group, Integer) | public | - | |
| LogFAPostingGroupFieldError | (Record FA Posting Group, Integer) | public | - | |
| ConfirmPostingAfterWorkingDate | (Text, Date) | Boolean | public | - |
| LogEmplPostingGroupFieldError | (Record Employee Posting Group, Integer) | public | - |
Events, 10
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCheckInvtPostingSetupInventoryAccount | (var Code[10], var Code[20], var Boolean) | - |
| Integration event | OnBeforeCheckVATPostingSetupSalesAccount | (Code[20], Code[20], var Boolean) | - |
| Integration event | OnBeforeCheckGenPostingSetupCOGSAccount | (var Code[20], var Code[20], var Boolean) | - |
| Integration event | OnBeforeCheckVATPostingSetupPurchAccount | (var Code[20], var Code[20], var Boolean) | - |
| Integration event | OnBeforeCheckGenPostingSetupSalesAccount | (var Code[20], var Code[20], var Boolean) | - |
| Integration event | OnBeforeCheckCustPostingGroupReceivablesAccount | (var Code[20], var Boolean) | - |
| Integration event | OnBeforeCheckVendPostingGroupPayablesAccount | (var Code[20], var Boolean) | - |
| Integration event | OnBeforeConfirmPostingAfterWorkingDate | (var Text, var Date, var Boolean, var Boolean) | - |
| Integration event | OnBeforeCheckGenPostingSetupPurchAccount | (var Code[20], var Code[20], var Boolean) | - |
| Integration event | OnBeforeSendGenPostingSetupNotification | (Record General Posting Setup, Text, var Boolean) | - |