KanbanJobTypeTransfer Class [AX 2012]
The KanbanJobTypeTransfer class controls kanban jobs of the transfer type.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canChangeLicensePlateId | Determines if the license plate dimension can be changed. (Overrides the canChangeLicensePlateId Method.) |
| canGetLicensePlateFromKanban | Determines if the license plate dimension can be set from the kanban card. (Overrides the canGetLicensePlateFromKanban Method.) |
| canHaveBOM | Determines whether a kanban job can have a BOM. (Inherited from KanbanJobType.) |
| canHaveNonDefaultReceivedQty | Indicates whether a kanban job can have a non-default received quantity. (Inherited from KanbanJobType.) |
| canHaveScrapQty | Indicates whether a kanban job can have the scrap quantity. (Inherited from KanbanJobType.) |
| canHaveStatus | Indicates whether the KanbanJob table buffer can have the specified status. (Overrides the canHaveStatus Method.) |
| canInventBeReserved | Indicates whether a specified inventory transaction can be reserved. (Inherited from KanbanJobType.) |
| canInventUpdExpected | Indicates whether an expected inventory transaction of the KanbanJobType type can be updated. (Inherited from KanbanJobType.) |
| canInventUpdFinancial | Indicates whether a financial inventory transaction of the KanbanJobType type can be updated. (Inherited from KanbanJobType.) |
| canInventUpdPhysical | Indicates whether a physical inventory transaction of the KanbanJobType type can be updated. (Inherited from KanbanJobType.) |
| caseTagging | (Inherited from InventType.) |
| checkInventDimChange | Validates a possible change in the inventory dimensions of the kanban job. (Inherited from KanbanJobType.) |
| createKanbanJobIssue | Creates a KanbanJobIssue record. (Inherited from KanbanJobType.) |
| createKanbanJobReceipt | Creates a KanbanJobReceipt record. (Inherited from KanbanJobType.) |
| createWMSOrder | Creates an output order if it is required. (Inherited from KanbanJobType.) |
| delete | Deletes the KanbanJob record. (Inherited from KanbanJobType.) |
| deleteMovement | Deletes the inventory movements related to the kanban job. (Overrides the deleteMovement Method.) |
| deleteWMSOrder | Deletes output orders related to the kanbanJob record. (Inherited from KanbanJobType.) |
| doScrap | (Inherited from InventType.) |
| 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.) |
| initInventDimIds | Initializes the inventory dimensions for issue and receipt by merging the item dimensions and location dimensions. (Overrides the initInventDimIds Method.) |
| insert | Inserts a record into the KanbanJob table. (Inherited from KanbanJobType.) |
| isExecutable | Indicates whether a kanban job is executable. (Inherited from KanbanJobType.) |
| itemTagging | (Inherited from InventType.) |
| ledgerTransType | Determines the LedgerTransType enumeration value to use with ledger postings. (Overrides the ledgerTransType Method.) |
| mayScrapBeExpected | (Inherited from InventType.) |
| mustBeInventoryControlled | Determines whether the kanban job must be inventory-controlled. (Overrides the mustBeInventoryControlled Method.) |
| mustBeInventoryControlledIssue | Determines whether the kanban job issue must be inventory-controlled. (Overrides the mustBeInventoryControlledIssue Method.) |
| mustBeInventoryControlledReceipt | Indicates whether the kanban job receipt must be inventory controlled. (Inherited from KanbanJobType.) |
| mustBeTransferMovement | Determines whether the movement for the kanbanJob record is a transfer type movement. (Overrides the mustBeTransferMovement Method.) |
| mustBeWIPIssueMovement | Determines whether the movement for the kanbanJob record is a WIP issue type movement. (Overrides the mustBeWIPIssueMovement Method.) |
| mustBeWIPMovement | Determines whether the movement for the KanbanJob record is a Work In Progress (WIP) type movement. (Inherited from KanbanJobType.) |
| mustBeWIPReceiptMovement | Determines whether the movement for the kanbanJob record is a WIP receipt type movement. (Overrides the mustBeWIPReceiptMovement Method.) |
| mustBeWMSOrderControlled | Determines whether an output order must be created for the kanban job. (Overrides the mustBeWMSOrderControlled Method.) |
| mustEndUpdateFinancial | Determines if the kanban job inventory transactions must be financially updated when ended. (Overrides the mustEndUpdateFinancial Method.) |
| mustHaveKanbanJobIssue | Determines whether a kanban job must have a KanbanJobIssue record. (Overrides the mustHaveKanbanJobIssue Method.) |
| mustHaveKanbanJobReceipt | Determines whether a kanban job must have a KanbanJobReceipt record. (Inherited from KanbanJobType.) |
| mustInventBeExpectedAgain | (Inherited from InventType.) |
| mustInventBeQuotationControlled | (Inherited from InventType.) |
| mustInventUpdEstimated | Determines whether an estimated inventory transaction must be updated. (Inherited from KanbanJobType.) |
| new | Initializes a new instance of the KanbanJobType class. (Inherited from KanbanJobType.) |
| 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.) |
| palletTagging | (Inherited from InventType.) |
| runStatusReset | Initializes a KanbanJobUpd object and calls the run method. (Inherited from KanbanJobType.) |
| runStatusUpdate | Initializes a KanbanJobUpd object and calls the run method. (Inherited from KanbanJobType.) |
| setExecutable | Sets the valid status of the job. (Inherited from KanbanJobType.) |
| setInventTransIds | Sets the KanbanJob inventory transaction IDs as required. (Overrides the setInventTransIds Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sysModule | Determines the SysModule enumeration value to use with the ledger postings. (Overrides the sysModule Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Updates the KanbanJob record. (Inherited from KanbanJobType.) |
| updateEstimatedOwnerRelationship | Updates the inventory transaction ownership. (Inherited from KanbanJobType.) |
| updateKanban | Synchronizes the kanban with changes in the kanban job. (Inherited from KanbanJobType.) |
| updateKanbanJobPickingList | Synchronizes the picking list that has the changes in the kanban job. (Inherited from KanbanJobType.) |
| 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.) |
| wmsGroupingSourceRequirementMovement | Instantiates an inventory movement for the grouping source requirement. (Inherited from KanbanJobType.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the KanbanJobTypeTransfer class. |
Community Additions
ADD
Show: