Share via


CustProvisionalBalanceDP.canSkipTransactions Method [AX 2012]

Checks whether the transaction for the customer be skipped.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          private boolean canSkipTransactions(Set _filteredMainAccountIds, Set _filteredPostingProfiles)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private boolean canSkipTransactions(Set _filteredMainAccountIds, Str1260 _filteredPostingProfiles)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private boolean canSkipTransactions(Set _filteredMainAccountIds, Str1260 _filteredPostingProfiles)

  Microsoft Dynamics AX 2012 (FPK)
          private boolean canSkipTransactions(Set _filteredMainAccountIds, Str1260 _filteredPostingProfiles)

  Microsoft Dynamics AX 2012 (SYS)
          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: Set Class
    The posting profile filters associated with the filtered main accounts.

Return Value

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

See Also

Reference

CustProvisionalBalanceDP Class