ReqEventKanbanData Class [AX 2012]
The ReqEventKanbanData class is a data carrier class that is used by the event kanban handling process.
Syntax
class ReqEventKanbanData
Run On
Called
Methods
Method | Description | |
---|---|---|
canCancelBeforeUpdate | Determines if the kanban can be cancelled. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canUpdate | Determines if the kanban can be updated. | |
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.) | |
jobQuantity | Retrieves the quantity of the last job of the kanban. | |
kanbanRule | Retrieves the kanban rule. | |
mustCancelBeforeUpdate | Determines if the kanban must be cancelled before it can be updated. | |
new | Initializes a new instance of the ReqEventKanbanData class. | |
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.) | |
parmKanban | Gets or sets the Kanban parameter. | |
parmKanbanJob | Gets or sets the KanbanJob parameter. | |
parmPeggedQty | Gets or sets the PeggedQty parameter. | |
parmPeggedQtyOriginal | Gets or sets the PeggedQtyOriginal parameter. | |
receiptInventTransOriginId | Retrieves the inventory transaction origin of the last job of the kanban. | |
receiptSourceDocumentLine | Retrieves the source document line of the last job of the kanban. | |
resetCache | Resets cached value flags. | |
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.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Creates a new instance of the ReqEventKanbanData class. | |
::newStandard | Creates a new instance of the ReqEventKanbanData class. |
Top
Inheritance Hierarchy
Object Class
ReqEventKanbanData Class