CustInterestCreate.logErrorsByCustomer Method [AX 2012]

Saves the customer level error messages.

public CustInterestCreationErrorType logErrorsByCustomer(boolean _interestNoteCreated, Set _interestCalculationResultSet)

Run On

Called

Parameters

_interestNoteCreated
Type: boolean
A Boolean value that indicates whether the interest note for the customer was made.
_interestCalculationResultSet
Type: Set Class
The set that tracks the errors in the interest transactions.

Return Value

Type: CustInterestCreationErrorType Enumeration
The interest error type.

Community Additions

ADD
Show: