Page "Payment Tolerance Warning"

ID 591
Namespace: Microsoft.Finance.ReceivablesPayables

Properties

Name Value
Caption Payment Tolerance Warning
InstructionalText An action is requested regarding the Payment Tolerance Warning.
PageType ConfirmationDialog
RefreshOnActivate True

Methods

SetValues

procedure SetValues(ShowPostingDate: Date, ShowCustVendNo: Code[20], ShowDocNo: Code[20], ShowCurrencyCode: Code[10], ShowAmount: Decimal, ShowAppliedAmount: Decimal, ShowBalance: Decimal)

Parameters

Name Type Description
ShowPostingDate Date
ShowCustVendNo Code[20]
ShowDocNo Code[20]
ShowCurrencyCode Code[10]
ShowAmount Decimal
ShowAppliedAmount Decimal
ShowBalance Decimal

SetAccountName

procedure SetAccountName(NewAccountName: Text)

Parameters

Name Type Description
NewAccountName Text

GetValues

procedure GetValues(var PostingAction: Integer)

Parameters

Name Type Description
PostingAction Integer

InitializeOption

procedure InitializeOption(OptionValue: Integer)

Parameters

Name Type Description
OptionValue Integer

Events

OnOpenPageOnBeforeUpdateAmounts

[IntegrationEvent(False,False)]
local procedure OnOpenPageOnBeforeUpdateAmounts(var Posting: Option)

Parameters

Name Type Description
Posting Option

See also