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
Gg840332.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif getCanPickingListBeRegistered Determines whether a picking list can be registered.
Gg840332.pubmethod(en-us,AX.60).gif getCanPickingListBeUpdated Determines whether a picking list update can be done.
Gg840332.pubmethod(en-us,AX.60).gif getCanReceiptBeUpdated Determines whether a receipt can be done.
Gg840332.pubmethod(en-us,AX.60).gif getCanShipmentBeUpdated Determines whether a transfer order shipment can be done.
Gg840332.pubmethod(en-us,AX.60).gif getHasPickingListJournal Determines whether picking list exists.
Gg840332.pubmethod(en-us,AX.60).gif getHasTransferJournal Determines whether a journal exists.
Gg840332.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg840332.privmethod(en-us,AX.60).gif mustRunForJournals
Gg840332.privmethod(en-us,AX.60).gif mustRunForPosting
Gg840332.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTransferOrderButtonController class.
Gg840332.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg840332.protmethod(en-us,AX.60).gif packClientServerTransfer Serializes the current instance of the InventTransferOrderButtonController class to be transferred between client and server.
Gg840332.pubmethod(en-us,AX.60).gif parmCheckCanPickingListBeRegistered Gets or sets the CheckCanPickingListBeRegistered parameter.
Gg840332.pubmethod(en-us,AX.60).gif parmCheckCanPickingListBeUpdated Gets or sets the CheckCanPickingListBeUpdated parameter.
Gg840332.pubmethod(en-us,AX.60).gif parmCheckCanReceiptBeUpdated Gets or sets the CheckCanReceiptBeUpdated parameter.
Gg840332.pubmethod(en-us,AX.60).gif parmCheckCanShipmentBeUpdated Gets or sets the CheckCanShipmentBeUpdated parameter.
Gg840332.pubmethod(en-us,AX.60).gif parmCheckHasPickingListJournal Gets or sets the CheckHasPickingListJournal parameter.
Gg840332.pubmethod(en-us,AX.60).gif parmCheckHasTransferJournal Gets or sets the CheckHasTransferJournal parameter.
Gg840332.pubmethod(en-us,AX.60).gif parmInventTransferTable Gets or sets the InventTransferTable parameter.
Gg840332.privmethod(en-us,AX.60).gif run
Gg840332.privmethod(en-us,AX.60).gif runForJournals Set values related to journal buttons.
Gg840332.privmethod(en-us,AX.60).gif runForPosting Set values related to posting buttons.
Gg840332.protmethod(en-us,AX.60).gif runOnClient Calls the runOnServer method and sets the results on this instance.
Gg840332.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg840332.protmethod(en-us,AX.60).gif unpackClientServerTransfer Deserializes the packedClass parameter value to the current instance of the InventTransferOrderButtonController class after the transfer between client and server.
Gg840332.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg840332.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg840332.protmethod(en-us,AX.60).gif Gg840332.static(en-us,AX.60).gif ::construct
Gg840332.protmethod(en-us,AX.60).gif Gg840332.static(en-us,AX.60).gif ::newFromPackedClassServer Returns a server bound instance of the InventTransferOrderButtonController class that is created based on the _packedClass parameter.
Gg840332.pubmethod(en-us,AX.60).gif Gg840332.static(en-us,AX.60).gif ::runForJournalButtons Determines and sets the values that are related to transfer order journals.
Gg840332.pubmethod(en-us,AX.60).gif Gg840332.static(en-us,AX.60).gif ::runForPostingButtons Determines and sets the values that are related to transfer order postings.
Gg840332.privmethod(en-us,AX.60).gif Gg840332.static(en-us,AX.60).gif ::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