InventTransferOrderButtonController Class [AX 2012]
The InventTransferOrderButtonController class is used to provide information about one transfer order that can be used to determine if certain buttons in the transfer order form should be enabled.
Syntax
class InventTransferOrderButtonController
Run On
Called
Methods
Method | Description | |
---|---|---|
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.) | |
getCanPickingListBeRegistered | Determines whether a picking list can be registered. | |
getCanPickingListBeUpdated | Determines whether a picking list update can be done. | |
getCanReceiptBeUpdated | Determines whether a receipt can be done. | |
getCanShipmentBeUpdated | Determines whether a transfer order shipment can be done. | |
getHasPickingListJournal | Determines whether picking list exists. | |
getHasTransferJournal | Determines whether a journal exists. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
mustRunForJournals | ||
mustRunForPosting | ||
new | Initializes a new instance of the InventTransferOrderButtonController 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.) | |
packClientServerTransfer | Serializes the current instance of the InventTransferOrderButtonController class to be transferred between client and server. | |
parmCheckCanPickingListBeRegistered | Gets or sets the CheckCanPickingListBeRegistered parameter. | |
parmCheckCanPickingListBeUpdated | Gets or sets the CheckCanPickingListBeUpdated parameter. | |
parmCheckCanReceiptBeUpdated | Gets or sets the CheckCanReceiptBeUpdated parameter. | |
parmCheckCanShipmentBeUpdated | Gets or sets the CheckCanShipmentBeUpdated parameter. | |
parmCheckHasPickingListJournal | Gets or sets the CheckHasPickingListJournal parameter. | |
parmCheckHasTransferJournal | Gets or sets the CheckHasTransferJournal parameter. | |
parmInventTransferTable | Gets or sets the InventTransferTable parameter. | |
run | ||
runForJournals | Set values related to journal buttons. | |
runForPosting | Set values related to posting buttons. | |
runOnClient | Calls the runOnServer method and sets the results on this instance. | |
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.) | |
unpackClientServerTransfer | Deserializes the packedClass parameter value to the current instance of the InventTransferOrderButtonController class after the transfer between client and server. | |
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 | ||
::newFromPackedClassServer | Returns a server bound instance of the InventTransferOrderButtonController class that is created based on the _packedClass parameter. | |
::runForJournalButtons | Determines and sets the values that are related to transfer order journals. | |
::runForPostingButtons | Determines and sets the values that are related to transfer order postings. | |
::runOnServer | Executes the run method on the server and returns a container with the packed instance. |
Top
Remarks
This class can be used to limit client-server communication from transfer order related forms.
Inheritance Hierarchy
Object Class
InventTransferOrderButtonController Class