Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KanbanJobType class is the base class for controlling types of kanban jobs.
Syntax
class KanbanJobType extends InventType
Run On
Called
Methods
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. |
![]() |
canGetLicensePlateFromKanban | Determines if the license plate dimension can be set from the kanban card. |
![]() |
canHaveBOM | Determines whether a kanban job can have a BOM. |
![]() |
canHaveNonDefaultReceivedQty | Indicates whether a kanban job can have a non-default received quantity. |
![]() |
canHaveScrapQty | Indicates whether a kanban job can have the scrap quantity. |
![]() |
canHaveStatus | Indicates whether the KanbanJob table buffer can have a specified status. |
![]() |
canInventBeReserved | Indicates whether a specified inventory transaction can be reserved. (Overrides the canInventBeReserved Method.) |
![]() |
canInventUpdExpected | Indicates whether an expected inventory transaction of the KanbanJobType type can be updated. (Overrides the canInventUpdExpected Method.) |
![]() |
canInventUpdFinancial | Indicates whether a financial inventory transaction of the KanbanJobType type can be updated. (Overrides the canInventUpdFinancial Method.) |
![]() |
canInventUpdPhysical | Indicates whether a physical inventory transaction of the KanbanJobType type can be updated. (Overrides the canInventUpdPhysical Method.) |
![]() |
caseTagging | (Inherited from InventType.) |
![]() |
checkInventDimChange | Validates a possible change in the inventory dimensions of the kanban job. |
![]() |
createKanbanJobIssue | Creates a KanbanJobIssue record. |
![]() |
createKanbanJobReceipt | Creates a KanbanJobReceipt record. |
![]() |
createWMSOrder | Creates an output order if it is required. |
![]() |
delete | Deletes the KanbanJob record. |
![]() |
deleteMovement | Deletes the inventory movements related to the kanban job. |
![]() |
deleteWMSOrder | Deletes output orders related to the kanbanJob record. |
![]() |
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. |
![]() |
insert | Inserts a record into the KanbanJob table. |
![]() |
isExecutable | Indicates whether a kanban job is executable. |
![]() |
itemTagging | (Inherited from InventType.) |
![]() |
ledgerTransType | Indicates the LedgerTransType enumeration value to use with ledger postings. |
![]() |
mayScrapBeExpected | (Inherited from InventType.) |
![]() |
mustBeInventoryControlled | Indicates whether the kanban job must be inventory controlled. |
![]() |
mustBeInventoryControlledIssue | Indicates whether the kanban job issue must be inventory controlled. |
![]() |
mustBeInventoryControlledReceipt | Indicates whether the kanban job receipt must be inventory controlled. |
![]() |
mustBeTransferMovement | Determines whether the movement for the kanbanJob record is a transfer type movement. |
![]() |
mustBeWIPIssueMovement | Determines whether the movement for the KanbanJob record is a Work In Progress (WIP) issue-type movement. |
![]() |
mustBeWIPMovement | Determines whether the movement for the KanbanJob record is a Work In Progress (WIP) type movement. |
![]() |
mustBeWIPReceiptMovement | Determines if the movement for the KanbanJob record is a Work In Progress (WIP) receipt type movement. |
![]() |
mustBeWMSOrderControlled | Determines whether an output order must be created for the kanban job. |
![]() |
mustEndUpdateFinancial | Indicates whether the kanban job inventory transactions must be financially updated when it ends. |
![]() |
mustHaveKanbanJobIssue | Determines whether a kanban job must have a KanbanJobIssue record. |
![]() |
mustHaveKanbanJobReceipt | Determines whether a kanban job must have a KanbanJobReceipt record. |
![]() |
mustInventBeExpectedAgain | (Inherited from InventType.) |
![]() |
mustInventBeQuotationControlled | (Inherited from InventType.) |
![]() |
mustInventUpdEstimated | Determines whether an estimated inventory transaction must be updated. (Overrides the mustInventUpdEstimated Method.) |
![]() |
new | Initializes a new instance of the KanbanJobType class. (Overrides the new Method.) |
![]() |
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. |
![]() |
runStatusUpdate | Initializes a KanbanJobUpd object and calls the run method. |
![]() |
setExecutable | Sets the valid status of the job. |
![]() |
setInventTransIds | Sets the KanbanJob inventory transaction IDs as required. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
sysModule | Indicates the SysModule enumeration value to use with ledger postings. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
update | Updates the KanbanJob record. |
![]() |
updateEstimatedOwnerRelationship | Updates the inventory transaction ownership. |
![]() |
updateKanban | Synchronizes the kanban with changes in the kanban job. |
![]() |
updateKanbanJobPickingList | Synchronizes the picking list that has the changes in the kanban job. |
![]() |
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. |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | Creates an instance of the KanbanJobType class. |
Top
Remarks
The types of kanban jobs are as follows:
Process
Transfer
The KanbanJobType class extends the InventType class, because the KanbanJob class variable can own inventory transactions.
Inheritance Hierarchy
Object Class
InventType Class
KanbanJobType Class
KanbanJobTypeProcess Class
KanbanJobTypeTransfer Class