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.
This Class is used for Retail Kit assembly and disassembly Order Processing based on Kit Configurations
Syntax
class RetailKitAssemblyOrder
Run On
Server
Methods
Method | Description | |
---|---|---|
![]() |
addJournalLine | |
![]() |
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.) |
![]() |
inventJournalTable | |
![]() |
inventTransIdFather | |
![]() |
new | |
![]() |
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.) |
![]() |
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.) |
![]() |
updateInventory | |
![]() |
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.) |
![]() ![]() |
::assembleKitFromSalesTransactions | This method is used to process sales transactions with kit items pulled from the store.It will update the physical inventory of the kit's by the quantity specified in RetailTransactionSalesTrans. |
![]() ![]() |
::deleteSalesLineAssemblyOrder | Deletes any not posted assembly orders marked against the specified sales line. |
![]() ![]() |
::findMarkedAssemblyOrder | Finds not posted, marked kit assembly order for a sales line. |
![]() ![]() |
::isSalesOrderMarked | Determines is a kit orders is marked against a sales order. |
![]() ![]() |
::post | Posts a kit order. |
![]() ![]() |
::postSalesLineAssemblyOrder | Posts an assembly order marked against a sales line up to the deliver now quantity. |
![]() ![]() |
::processKitTransactions | This method is used to process kit disassembly transactions pulled from the store.it will update the inventory of the kit's by the quantity specified in RetailTransactionKitsDisassemblyTrans and updates the kit's components by the quantity of the component contained in the kit multiplied by the quantity of the kit specified in RetailTransactionKitsDisassemblyTrans |
![]() ![]() |
::processOrder | Processes a kit order depending on the order type. For an assembly type kit order the specified kit variant will be assembled; for a disassembly type kit order the specified variant of the kit is disassembled. |
![]() ![]() |
::syncSalesLine | Synchronizes an assembly order with a sales line. |
Top
Inheritance Hierarchy
Object Class
RetailKitAssemblyOrder Class