Share via


InventBatchMergeJournalPostService Class [AX 2012]

The InventBatchMergeJournalPostService is the service class for posting a inventory batch merge journal.

Syntax

class InventBatchMergeJournalPostService

Run On

Server

Methods

  Method Description
Dn541819.privmethod(en-us,AX.60).gif addResultLines Adds result lines to the generated BOM journal for the source lines on the batch merge journal.
Dn541819.privmethod(en-us,AX.60).gif addSourceLines Adds the source lines to the generated BOM journal.
Dn541819.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn541819.privmethod(en-us,AX.60).gif createBOMJournal Creates the new BOM journal in preparation to add to lines for the batch merge task.
Dn541819.privmethod(en-us,AX.60).gif createBOMJournalFromBatchMergeLines Creates the inventory BOM journal from the lines on the inventory batch merge.
Dn541819.privmethod(en-us,AX.60).gif createOrUpdateResultBatch Creates or updates the result batch with the defined batch characteristics in the batch journal result record.
Dn541819.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn541819.privmethod(en-us,AX.60).gif generateBatchId Generates an inventory batch ID from the batch journal item's batch number group.
Dn541819.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn541819.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn541819.privmethod(en-us,AX.60).gif initFromDataContract Initializes the object from the data contract.
Dn541819.privmethod(en-us,AX.60).gif logCompletionMessages Writes completion messages to the infolog.
Dn541819.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn541819.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.)
Dn541819.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.)
Dn541819.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn541819.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn541819.pubmethod(en-us,AX.60).gif post Posts the inventory batch merge journal.
Dn541819.privmethod(en-us,AX.60).gif postBOMJournal Posts the generated Inventory BOM Journal.
Dn541819.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn541819.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn541819.pubmethod(en-us,AX.60).gif transferToJournal Transers the inventory batch merge journal to a BOM journal.
Dn541819.privmethod(en-us,AX.60).gif transResultInventDim Merges the dimensions from the batch journal result with the batch journal source to form a result dimension for use with the transaction journal line.
Dn541819.privmethod(en-us,AX.60).gif updateResultBatchAttributes Updates the batch attributes for the result batch to match the specified result batch attribute values.
Dn541819.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.)
Dn541819.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn541819.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  InventBatchMergeJournalPostService Class