ReqTransCache_Daily Class [AX 2012]
The ReqTransCacheDaily class manages items during a non-periodic scheduling process.
| Method | Description | |
|---|---|---|
| add | Adds an item to the local set variables. (Overrides the add Method.) |
| addInventLevel | Adds a BOM level of an item to the local level sets. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createReqProcessTransFilterRecords | Creates a set of filter records that indicate the requirement transactions to process. (Inherited from ReqTransCache.) |
| endProcess | Does nothing. (Overrides the endProcess Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findFirstPlanGroupIssue | Finds the first planning group issue in the same group as the issue specified in the _issue parameter. (Inherited from ReqTransCache.) |
| findNextPlanGroupIssue | Finds the next planning group issue that is sorted according to priority, in the same group as the issue that is specified in the _issue parameter. (Inherited from ReqTransCache.) |
| findPrimaryPlanGroupIssue | Finds the primary issue that is sorted according to priority, in the same planning group as the issue specified in the _issue parameter. (Inherited from ReqTransCache.) |
| getCurrentLevel | Retrieves the current BOM level that is used by the ReqTransCache class to fetch items. (Inherited from ReqTransCache.) |
| getDataChangedDuringExecution | Determines whether data has been changed out of order in the current planning run. (Inherited from ReqTransCache.) |
| getItems | Retrieves the items in a given item list. (Overrides the getItems Method.) |
| getRerunFromLevel | Gets the BOM level from which coverage should be re-run. (Overrides the getRerunFromLevel Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initPlanGroupIssueQuantities | Sets the quantity field on the first priority issues of each planning group. (Inherited from ReqTransCache.) |
| insertProcessItemsFromQuery | (Inherited from ReqTransCache.) |
| isItemMarkedForProcessing | Indicates whether the specified item is marked for processing. (Overrides the isItemMarkedForProcessing Method.) |
| issuesQuery | Gets a query than can be used to retrieve issues from the database. (Inherited from ReqTransCache.) |
| itemDimSet | Returns a set of used InventDimIds for a specific item. (Inherited from ReqTransCache.) |
| levelCount | Retrieves the number of BOM levels of the items that are processed. (Overrides the levelCount Method.) |
| listCovDimSorted | Returns a sorted list of coverage dimensions. (Inherited from ReqTransCache.) |
| listCovDimSortedAsSet | Returns a sorted list of sets of coverage dimensions. (Inherited from ReqTransCache.) |
| manageItemError | This method is not used because no error-handling for daily item processing is needed. (Overrides the manageItemError Method.) |
| mapPlannedOrder | Gets a map of all planned orders. (Inherited from ReqTransCache.) |
| markProcessWithError | Marks the current process with an error status. (Inherited from ReqTransCache.) |
| moveNextLevel | Advances the current BOM level that is used by the ReqTransCache class to the next level. (Overrides the moveNextLevel Method.) |
| new | Initializes a new instance of the ReqTransCache_Daily class. (Overrides the new Method.) |
| noteDownPlannedProdOrderId | (Inherited from ReqTransCache.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmProcessId | Gets or sets the ProcessId parameter. (Inherited from ReqTransCache.) |
| parmReqPlanId | Gets or sets the ReqPlanId parameter. (Inherited from ReqTransCache.) |
| parmReqPlanVersionRefRecId | Gets or sets the ReqPlanVersionRefRecId parameter. (Inherited from ReqTransCache.) |
| parmUseReqTransFilter | Gets or sets the UseReqTransFilter parameter. (Inherited from ReqTransCache.) |
| pdsCreateExpiryTrans | Creates expiry transactions for receipts with open quantity that has an expiration date. (Inherited from ReqTransCache.) |
| pmfAddPmfCoReqTransItem | Add items to the list. (Inherited from ReqTransCache.) |
| pmfCoCreateItemIdList | Gets the co-product processing list for all co-products that are associated to the specified _taskGroupId task group. (Inherited from ReqTransCache.) |
| pmfCoUpdateTransDateTime | Updates the co-product earliest requirement date and time for the co-products that are associated to the specified _taskGroupId task group. (Inherited from ReqTransCache.) |
| pmfFindFirstCoIssue | Finds the ReqTrans record that is related to the end item of the co-product. (Inherited from ReqTransCache.) |
| pmfGetCoItemBOMs | Gets a Set that contains the active co-product BOM ids that is associated with the item. (Inherited from ReqTransCache.) |
| pmfGetCoItemTaskGroupId | Determines the task group ID of a co-product item. (Inherited from ReqTransCache.) |
| receiptsQuery | Gets a query that can be used to retrieve receipts from the database. (Inherited from ReqTransCache.) |
| reqLevelAnalyzer | Returns a ReqDependencyAnalyzer object that holds the dependencies for the given item. (Inherited from ReqTransCache.) |
| reqProcessList | Retrieves an empty ReqProcessList record. (Overrides the reqProcessList Method.) |
| reqTransQuery | Gets a query that can be used to retrieve receipts from the database. (Inherited from ReqTransCache.) |
| resetLevel | Resets the current BOM level that is used by the ReqTransCache class to the initial value. (Overrides the resetLevel Method.) |
| setAndCheckProcessStatus | Sets and checks the processing status when the daily processing is run. |
| setCurrentItem | (Overrides the setCurrentItem Method.) |
| setCurrentLevel | (Inherited from ReqTransCache.) |
| setDataChangedDuringExecution | Marks that some data has been changed out of order during the execution of the current plan. (Inherited from ReqTransCache.) |
| setRerunFromLevel | Changes the level from which coverage planning should be re-run. (Overrides the setRerunFromLevel Method.) |
| setThreadParameters | Sets parameters for thread usage. (Overrides the setThreadParameters Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startExternThreads | (Inherited from ReqTransCache.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | (Inherited from ReqTransCache.) |
| updateListCovDimSorted | Updates the list of sorted coverage dimensions. (Inherited from ReqTransCache.) |
| updateReqProcessItems | Updates the list of items in the database for a given level. (Overrides the updateReqProcessItems Method.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the ReqTransCache_Daily class. |
| ::newProcessId | Initializes a new instance of the ReqTransCache_Daily class. |
Community Additions
ADD
Show: