Codeunit "Discount Notification Mgt."

ID 65
Namespace: Microsoft.Utilities

Methods

NotifyAboutMissingSetup

procedure NotifyAboutMissingSetup(SetupRecordID: RecordId, GenBusPostingGroup: Code[20], DiscountPosting: Option, ExceptDiscountPosting: Integer): Boolean

Parameters

Name Type Description
SetupRecordID RecordId
GenBusPostingGroup Code[20]
DiscountPosting Option
ExceptDiscountPosting Integer

Returns

Type Description
Boolean

NotifyAboutMissingSetup

procedure NotifyAboutMissingSetup(SetupRecordID: RecordId, GenBusPostingGroup: Code[20], GenProdPostingGroup: Code[20], DiscountPosting: Option, ExceptDiscountPosting: Integer): Boolean

Parameters

Name Type Description
SetupRecordID RecordId
GenBusPostingGroup Code[20]
GenProdPostingGroup Code[20]
DiscountPosting Option
ExceptDiscountPosting Integer

Returns

Type Description
Boolean

RecallNotification

procedure RecallNotification(SetupRecordID: RecordId)

Parameters

Name Type Description
SetupRecordID RecordId

ShowGenPostingSetupMissingDiscountAccounts

procedure ShowGenPostingSetupMissingDiscountAccounts(Notification: Notification)

Parameters

Name Type Description
Notification Notification

See also