InventBatchMergeJournalPostDataContract Class [AX 2012]

The InventBatchMergeJournalDataContract is the data contract for the InventBatchMergeJournalCheckPost class.

Syntax

class InventBatchMergeJournalPostDataContract implements SysOperationValidatable, SysPackable

Run On

Called

Methods

  Method Description
Dn541800.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn541800.privmethod(en-us,AX.60).gif checkBatchAttributeValueTolerances Checks that the batch attribute values are within tolerances.
Dn541800.privmethod(en-us,AX.60).gif checkMissingBatchAttributes Checks that all the filled attributes in the selected batches have been filled in the result.
Dn541800.privmethod(en-us,AX.60).gif checkMissingBatchAttributeValues Checks if there are any calculable batch attribute values are missing.
Dn541800.privmethod(en-us,AX.60).gif checkMissingFields Checks that all the filled characteristics in the selected batches have been filled in the result.
Dn541800.privmethod(en-us,AX.60).gif checkResultBatchNumberGroupPerQty Checks that the inventory for the new batch does not exceed the journal item's batch number group per quantity.
Dn541800.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn541800.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn541800.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn541800.pubmethod(en-us,AX.60).gif inventBatchJournal Gets the inventory batch journal for this data contract.
Dn541800.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn541800.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.)
Dn541800.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.)
Dn541800.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn541800.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn541800.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the InventBatchMergeJournalPostDataContract class.
Dn541800.pubmethod(en-us,AX.60).gif parmInventBatchJournalId Gets or sets the InventBatchJournalId parameter.
Dn541800.pubmethod(en-us,AX.60).gif parmShowDialogs Gets or sets the ShowDialogs parameter.
Dn541800.pubmethod(en-us,AX.60).gif parmTransferToJournalOnly Gets or sets the TransferToJournalOnly parameter.
Dn541800.pubmethod(en-us,AX.60).gif parmWarningsAsErrors Gets or sets the WarningsAsErrors parameter.
Dn541800.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn541800.privmethod(en-us,AX.60).gif showOrLogWarning Shows a warning dialog or logs the message as an info log warning depending on the settings for the showDialog class parameter.
Dn541800.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn541800.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the InventBatchMergeJournalPostDataContract class.
Dn541800.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.)
Dn541800.pubmethod(en-us,AX.60).gif validate Validates the inventory batch journal to ensure it is ready to be posted.
Dn541800.privmethod(en-us,AX.60).gif verifyResultDimensionFields Verifies that the result dimension fields are all filled in as expected.
Dn541800.privmethod(en-us,AX.60).gif verifySourceQuantities Verifies that the source quantities are still the same as physical available inventory.
Dn541800.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn541800.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn541800.privmethod(en-us,AX.60).gif Dn541800.static(en-us,AX.60).gif ::validateOnServer Validates the merge journal posting data contract on the server tier.

Top

Inheritance Hierarchy

Object Class
  InventBatchMergeJournalPostDataContract Class