Share via


CustInterestPost.getPostingProfile Method [AX 2012]

Retrieves the posting profile that is associated with the interest note or with the interest note transaction.

Syntax

protected CustPostingProfile getPostingProfile(CustInterestJour _custInterestJour, [RecId _custTransId])

Run On

Called

Parameters

Return Value

Type: CustPostingProfile Extended Data Type
The posting profile that is associated with the CustInterestJour buffer if the customer transaction ID is zero; otherwise, the posting profile that is associated with the CustTrans table.

See Also

Reference

CustInterestPost Class