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 | |
---|---|---|
addResultLines | Adds result lines to the generated BOM journal for the source lines on the batch merge journal. | |
addSourceLines | Adds the source lines to the generated BOM journal. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createBOMJournal | Creates the new BOM journal in preparation to add to lines for the batch merge task. | |
createBOMJournalFromBatchMergeLines | Creates the inventory BOM journal from the lines on the inventory batch merge. | |
createOrUpdateResultBatch | Creates or updates the result batch with the defined batch characteristics in the batch journal result record. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
generateBatchId | Generates an inventory batch ID from the batch journal item's batch number group. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initFromDataContract | Initializes the object from the data contract. | |
logCompletionMessages | Writes completion messages to the infolog. | |
new | Initializes a new instance of the Object class. (Inherited from Object.) | |
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.) | |
post | Posts the inventory batch merge journal. | |
postBOMJournal | Posts the generated Inventory BOM Journal. | |
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.) | |
transferToJournal | Transers the inventory batch merge journal to a BOM journal. | |
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. | |
updateResultBatchAttributes | Updates the batch attributes for the result batch to match the specified result batch attribute values. | |
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.) |
Top
Inheritance Hierarchy
Object Class
InventBatchMergeJournalPostService Class