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