Codeunit 48 PostingSetupManagement in 28

App
Base Application
Namespace
Microsoft.Finance.ReceivablesPayables

Procedures, 29Events, 10

Versions171819202122232425262728latest

Source29

Procedures, 29

NameParametersReturnsAccessObsolete
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()Guidpublic-
IsPostingSetupNotificationEnabled()Booleanpublic-
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)Booleanpublic-
LogEmplPostingGroupFieldError(Record Employee Posting Group, Integer)public-

Events, 10

KindNameParametersObsolete
Integration eventOnBeforeCheckInvtPostingSetupInventoryAccount(var Code[10], var Code[20], var Boolean)-
Integration eventOnBeforeCheckVATPostingSetupSalesAccount(Code[20], Code[20], var Boolean)-
Integration eventOnBeforeCheckGenPostingSetupCOGSAccount(var Code[20], var Code[20], var Boolean)-
Integration eventOnBeforeCheckVATPostingSetupPurchAccount(var Code[20], var Code[20], var Boolean)-
Integration eventOnBeforeCheckGenPostingSetupSalesAccount(var Code[20], var Code[20], var Boolean)-
Integration eventOnBeforeCheckCustPostingGroupReceivablesAccount(var Code[20], var Boolean)-
Integration eventOnBeforeCheckVendPostingGroupPayablesAccount(var Code[20], var Boolean)-
Integration eventOnBeforeConfirmPostingAfterWorkingDate(var Text, var Date, var Boolean, var Boolean)-
Integration eventOnBeforeCheckGenPostingSetupPurchAccount(var Code[20], var Code[20], var Boolean)-
Integration eventOnBeforeSendGenPostingSetupNotification(Record General Posting Setup, Text, var Boolean)-