Share via


CustProvisionalBalanceDP.getFilteredPostingProfile Method [AX 2012]

Gets the posting profile details based on the filtered main accounts.

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 Set getFilteredPostingProfile(Set _filteredMainAccounts)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private Str1260 getFilteredPostingProfile(Set _filteredMainAccounts)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private Str1260 getFilteredPostingProfile(Set _filteredMainAccounts)

  Microsoft Dynamics AX 2012 (FPK)
          private Str1260 getFilteredPostingProfile(Set _filteredMainAccounts)

  Microsoft Dynamics AX 2012 (SYS)
          private Str1260 getFilteredPostingProfile(Set _filteredMainAccounts)

Run On

Server

Parameters

  • _filteredMainAccounts
    Type: Set Class
    The set that contains the filtered main accounts.

Return Value

Type: Set Class
A string that contains comma separated posting profile IDs.

See Also

Reference

CustProvisionalBalanceDP Class