BudgetControlSourceDocumentLineRule.initialize Method [AX 2012]
Initializes an instance of the BudgetControlSourceDocumentLineRule class.
protected void initialize(
SourceDocumentLineItem _sourceDocumentLineItem,
boolean _isDraftReservation,
UserId _user,
SourceDocumentProcessorCaller _caller,
boolean _isCarryforwardReservation)
Run On
CalledParameters
- _sourceDocumentLineItem
- Type: SourceDocumentLineItem Class
The instance of the SourceDocumentLineItem class that is referenced to initialize the instance of the rule.
- _isDraftReservation
- Type: boolean
A Boolean value that indicates whether the budget check is for a draft budget reservation.
- _user
- Type: UserId Extended Data Type
The user who initiates the budget check.
- _caller
- Type: SourceDocumentProcessorCaller Class
The caller of the source document process.
- _isCarryforwardReservation
- Type: boolean
A Boolean value that indicates whether the budget check is for a carry-forward budget reservation.
Community Additions
ADD
Show: