ReqTransCache.pmfCoUpdateTransDateTime Method [AX 2012]
Updates the co-product earliest requirement date and time for the co-products that are associated to the specified _taskGroupId task group.
Syntax
public void pmfCoUpdateTransDateTime(BOMLevel _level, PmfReqTaskGroupId _taskGroupId)
Run On
Called
Parameters
- _level
Type: BOMLevel Extended Data Type
The BOM level of the co-products to update.
- _taskGroupId
Type: PmfReqTaskGroupId Extended Data Type
The task group Id of the co-products to update.
Remarks
It really only makes sense to call this method during coverage calculation as that is when requirements might change after the initial load. After this method is complete then the items can be reselected with the most current date and time ordering.