KanbanFlowResourceRequirementsBase Class [AX 2012]
The KanbanFlowResourceRequirements class provides an interface to a resource requirement calculation for a specified kanban flow or job.
| Method | Description | |
|---|---|---|
| addKanbanFlowResourceRequirements | Adds resource requirements from another instance to the result map. |
| addRequirement | Adds a resource requirement to the result map. |
| calcPlanActivityResourceRequirements | Calculates the resource requirements for the specified PlanActivity buffer. |
| calcResourceRequirements | Calculates the resource requirements for the kanban flow or job. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| currentPlanActivityRecId | Retrieves the current record ID from the PlanActivity table. |
| currentRunTimeHours | Retrieves the current requirement run time. |
| currentRunTimeSeconds | Retrieves the current requirement run time in seconds. |
| currentWrkCtrResourceGroupRecId | Retrieves the current record ID from the WrkCtrResourceGroup table. |
| 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. |
| foundRequirements | Retrieves the number of found resource requirements. |
| 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. |
| initCurrent | Initializes the current element of the result map. |
| mapActivityRequirement | Retrieves the result map. |
| mustIncludeRequirement | Determines whether a PlanActivityResourceRequirement record must be included in the calculation. |
| new | Initializes a new instance of the KanbanFlowResourceRequirementsBase class. |
| next | Moves the enumerator to the next element of the result map. |
| 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. |
| parmIncludeSubcontractedResources | Gets or sets the IncludeSubcontractedResources parameter. |
| parmInventDimId | Gets or sets the InventDimId parameter. |
| parmInventQty | Gets or sets the InventQty parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmKanbanFlow | Gets or sets the KanbanFlow parameter. |
| parmUnitOfMeasure | Gets or sets the UnitOfMeasure parameter. |
| requirementsAsMapWrkCtrIdHours | Calculates the resource requirements. |
| 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 class input parameters |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::description |
Object Class
KanbanFlowResourceRequirementsBase Class
KanbanFlowResourceRequirementsFlow Class
KanbanFlowResourceRequirementsJob Class
KanbanFlowResourceRequirementsBase Class
KanbanFlowResourceRequirementsFlow Class
KanbanFlowResourceRequirementsJob Class
Community Additions
ADD
Show: