ProjBudgetRevisionManager::getRevisionCostLines Method [AX 2012]
Occurs when the revision form is initialized or the Save button on the form is clicked.
server public static TmpProjBudgetRevisionLine getRevisionCostLines(
ProjBudgetRevisionManagerActionType _action,
RecId _projBudget,
RecId _projBudgetRevision)
Run On
ServerParameters
- _action
- Type: ProjBudgetRevisionManagerActionType Enumeration
A ProjBudgetRevisionManagerActionType enumeration value. Possible values are the New Revision, Edit Revision and View Revision values.
- _projBudget
- Type: RecId Extended Data Type
The record ID of the project budget for which the revision is made.
- _projBudgetRevision
- Type: RecId Extended Data Type
The record ID of the current project budget revision.
Show: