KanbanEventQuantityMapKanbanJob Class [AX 2012]
The KanbanEventQuantityMapKanbanJob class provides a Map object that holds event kanbans that are related to a kanban job event.
| Method | Description | |
|---|---|---|
| availReservePhysicalPegged | Retrieves the quantity of pegged event kanbans that are available for physical reservation. (Inherited from KanbanEventQuantityMap.) |
| availReservePhysicalUnPegged | Retrieves the quantity of unpegged event kanbans that are available for physical reservation. (Inherited from KanbanEventQuantityMap.) |
| buildMapKanbanQuantities | Builds a map of kanban record IDs that are related to quantities. (Inherited from KanbanEventQuantityMap.) |
| calcInventTransIdSum | Calculates quantities based on the given parameters. (Inherited from KanbanEventQuantityMap.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| 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 class variables. (Inherited from KanbanEventQuantityMap.) |
| inventTransOriginId | Defines the inventory transaction originator for which to determine the pegging. (Overrides the inventTransOriginId Method.) |
| mapKanbanQuantities | Retrieves a map of kanbans that are related to the event. (Inherited from KanbanEventQuantityMap.) |
| mappedKanbansAsList | Retrieves a list of kanban objects that are related to the event. (Inherited from KanbanEventQuantityMap.) |
| new | Initializes a new instance of the KanbanEventQuantityMap class. (Inherited from KanbanEventQuantityMap.) |
| 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.) |
| parmKanbanJob | Gets or sets the KanbanJob parameter. |
| peggedQuantity | Retrieves the pegged quantity. (Inherited from KanbanEventQuantityMap.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sourceDocumentLineRefRecId | Defines the source document line for which to determine the pegged quantities. (Overrides the sourceDocumentLineRefRecId Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalMarkedQuantity | Retrieves the total marked quantity that is fulfilled by kanbans that are related to the event. (Inherited from KanbanEventQuantityMap.) |
| totalQuantity | Retrieves the total quantity that is fulfilled by kanbans that are related to the event. (Inherited from KanbanEventQuantityMap.) |
| 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 KanbanEventQuantityMapKanbanJob class. |
| ::newStandard | Creates a new instance of the KanbanEventQuantityMapKanbanJob class. |
Community Additions
ADD
Show: