CustVendOpenTransManager.validateSettlePostingDate Method [AX 2012]

Validates the settlement posting type and date.

Syntax

public boolean validateSettlePostingDate(SettleDatePrinc _settlePostingType, TransDate _settlePostingDate)

Run On

Called

Parameters

Return Value

Type: boolean
true if the settlement posting type and date are valid; otherwise, false.

Remarks

This method validates that the settlement posting date is after the latest marked transaction date, and that the settlement posting date is not blank if the settlement posting type is the SelectDate enumeration value.

See Also

Reference

CustVendOpenTransManager Class