Share via


VendProvisionalBalanceDP.canSkipTransactions Method [AX 2012]

Checks whether the transaction for the vendor can be skipped.

Syntax

private boolean canSkipTransactions(Set _filteredMainAccountIds, Str1260 _filteredPostingProfiles)

Run On

Server

Parameters

  • _filteredMainAccountIds
    Type: Set Class
    The set that contains the filtered main accounts.
  • _filteredPostingProfiles
    Type: Str1260 Extended Data Type
    The posting profile filters that are associated with the filtered main accounts.

Return Value

Type: boolean
true the transaction for the vendor can be skipped; otherwise, false.

See Also

Reference

VendProvisionalBalanceDP Class