InventBatchJournalController Class [AX 2012]
The InventBatchJournalController class provides specific functionality based on the type of a inventory batch journal.
| Method | Description | |
|---|---|---|
| addInventBatchId | Adds an inventory batch to the inventory batch journal. |
| batchAttributes | Gets the list of batch attribute IDs for the inventory batch journal item. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createOrUpdateSourceAttributes | Creates or updates the stored source batch attribute data for a given inventory batch ID. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAvailableOnHandPhysical | Get physical available on hand quatity for the specified item and invent dimension. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasBatchAttributes | Gets a value indicating if the inventory batch journal item has batch attributes. |
| hasLines | Gets a value indicating if the inventory batch journal has journal lines. |
| lineForBatchExists | Gets a value indicating if the inventory batch journal has a line for a given batch ID. |
| new | Initializes a new instance of the InventBatchJournalController 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.) |
| numAttributePages | Gets the number of batch attribute pages to show. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| onInsert | Executes code when the record for the InventBatchJournal table is inserted. |
| onSourceLinesDeleted | Executes journal type specific logic when one or more inventory batch journal source records are deleted. |
| onUpdate | Executes code when the record for the InventBatchJournal table is updated. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmInventBatchJournal | Gets or sets the InventBatchJournal parameter. |
| quantityForBatch | Gets the quantity for a given batch from the journal lines. |
| refreshSourceLines | Refreshes the source line(s) and recomputes any results. |
| reloadAttributesForJournal | Reloads the batch attribute IDs for the journal. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sourceBatchCount | Gets a count of the number of unique batches referenced in the batch journal source lines. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateSourceBatch | Validates that a batch number may be added as a source. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newBatchJournal | Creates a new instance of a InventBatchJournalController class depending on the batch handling journal type. |
Community Additions
ADD
Show: