KanbanFlowResourceRequirementsJob Class [AX 2012]
The KanbanFlowResourceRequirementsJob class provides an interface to a resource requirement calculation for a specified KanbanJob record.
| Method | Description | |
|---|---|---|
| addAndExplodeItem | Adds resource consumption results recursively from the same production flow until a kanban rule is encountered that does update on hand inventory. |
| addAndExplodeNextLevel | Creates a picking list for the given item and causes resource calculation for the components where it is required. |
| addKanbanFlowResourceRequirements | Adds resource requirements from another instance to the result map. (Inherited from KanbanFlowResourceRequirementsBase.) |
| addRequirement | Adds a resource requirement to the result map. (Inherited from KanbanFlowResourceRequirementsBase.) |
| calcPlanActivityResourceRequirements | Calculates the resource requirements for the specified PlanActivity buffer. (Inherited from KanbanFlowResourceRequirementsBase.) |
| calcResourceRequirements | Calculates the resource requirements for the KanbanJob object that are specified in the class constructor. (Overrides the calcResourceRequirements Method.) |
| calcResourceRequirementsKanbanJob | Calculates the resource consumption of the kanban job. |
| calcResourceRequirementsPickingList | Calculates the resource consumption of related picking list lines. |
| calcResourceRequirementsSemiFinished | Calculates the resource consumption of the kanban flows of semi-finished items. |
| calcResourceRequirementsUpstream | Calculates the resource requirements of upstream connected kanban rules. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| currentPlanActivityRecId | Retrieves the current record ID from the PlanActivity table. (Inherited from KanbanFlowResourceRequirementsBase.) |
| currentRunTimeHours | Retrieves the current requirement run time. (Inherited from KanbanFlowResourceRequirementsBase.) |
| currentRunTimeSeconds | Retrieves the current requirement run time in seconds. (Inherited from KanbanFlowResourceRequirementsBase.) |
| currentWrkCtrResourceGroupRecId | Retrieves the current record ID from the WrkCtrResourceGroup table. (Inherited from KanbanFlowResourceRequirementsBase.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| first | Sets the enumerator to the start of the result map. (Inherited from KanbanFlowResourceRequirementsBase.) |
| foundRequirements | Retrieves the number of found resource requirements. (Inherited from KanbanFlowResourceRequirementsBase.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the map that will hold the resource requirements. (Overrides the init Method.) |
| initCurrent | Initializes the current element of the result map. (Inherited from KanbanFlowResourceRequirementsBase.) |
| mapActivityRequirement | Retrieves the result map. (Inherited from KanbanFlowResourceRequirementsBase.) |
| mustIncludeRequirement | Determines whether a PlanActivityResourceRequirement record must be included in the calculation. (Inherited from KanbanFlowResourceRequirementsBase.) |
| new | Initializes a new instance of the KanbanFlowResourceRequirementsBase class. (Inherited from KanbanFlowResourceRequirementsBase.) |
| next | Moves the enumerator to the next element of the result map. (Inherited from KanbanFlowResourceRequirementsBase.) |
| 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.) |
| parmIncludeInternalResources | Gets or sets the IncludeInternalResources parameter. (Inherited from KanbanFlowResourceRequirementsBase.) |
| parmIncludeSubcontractedResources | Gets or sets the IncludeSubcontractedResources parameter. (Inherited from KanbanFlowResourceRequirementsBase.) |
| parmInventDimId | Gets or sets the InventDimId parameter. (Inherited from KanbanFlowResourceRequirementsBase.) |
| parmInventQty | Gets or sets the InventQty parameter. (Inherited from KanbanFlowResourceRequirementsBase.) |
| parmItemId | Gets or sets the ItemId parameter. (Inherited from KanbanFlowResourceRequirementsBase.) |
| parmKanbanFlow | Gets or sets the KanbanFlow parameter. (Inherited from KanbanFlowResourceRequirementsBase.) |
| parmKanbanJob | Gets or sets the KanbanJob parameter. |
| parmTransDate | Gets or sets the TransDate parameter. |
| parmUnitOfMeasure | Gets or sets the UnitOfMeasure parameter. (Inherited from KanbanFlowResourceRequirementsBase.) |
| requirementsAsMapWrkCtrIdHours | Calculates the resource requirements. (Inherited from KanbanFlowResourceRequirementsBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the class input parameters. (Overrides the validate Method.) |
| 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 KanbanFlowResourceRequirementsJob class. |
| ::inventQty | Calculates the quantity to use in the resource requirement calculation. |
| ::newStandard | Initializes a new KanbanFlowResourceRequirementsJob object. |
Community Additions
ADD
Show: