InventUpdateOnhand Class [AX 2012]
| Method | Description | |
|---|---|---|
| addDepreciateOrderedCheck | Adds a record to the InventSumDeltaDim table to make sure that on hand checking during the final commit. |
| addInventSumDelta | Adds the specified InventSumDelta record and updates internal values. |
| addInventSumDeltaNonAggrCountItem | Updates the internal structure that keeps count of how many nonaggregated InventSumDelta records were inserted. |
| addInventSumLogTTS | Adds a record that indicates a change for master planning to consider. |
| addOnHandCheck | |
| addReservationCheck | Adds a record to the InventSumDeltaDim table to make sure of the reserved quantity checking during the final commit. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkOnhand | |
| cleanupAggrCounter | Removes aggregated records that are no longer needed. |
| createItemIdAddCountMap | Creates a map that is used to track how many times a nonaggregated InventSumDelta record was inserted by using the API for this class. |
| deleteInventSumDelta | |
| deleteInventSumDeltaAggregated | |
| deleteInventSumDeltaUpd | |
| determineOnhandCheckStrategy | Determines the necessary on-hand check strategy applicable for validating on-hand. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInventSumDeltaNonAggrAddCountForItem | Gets the number of nonaggregated records that were inserted into the InventSumDelta table for a specified inventory item. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasInventTransResourcePlanningDataChged | |
| hasInventTransStatusChanged | |
| insertInventSum | |
| insertInventSumLogTTS | |
| inventSumDeltaDimList | |
| inventSumLogTTSList | |
| isFinalCommit | Queries whether the system thinks it is performing a database commit operation. |
| itemIdSet | |
| lockInventSum | |
| mustAddInventSumDeltaOnhand | Specifies whether to include the InventSumDelta table when it considers the on hand for an item. |
| mustAddInventSumLogTTS | Specifies whether to log a change to an InventTrans record in the InventSumLogTTS table. |
| mustCheckFinancialOnhand | |
| mustCheckInventModel | Indicates whether the inventory model must perform an on hand validation when the invent sum is updated. |
| mustCheckPhysicalOnhand | |
| mustCheckStdCost | |
| mustCheckStdCostSecCur_RU | |
| mustCreateSumLogTTS | |
| mustCreateSumLogTTSForDynamicPlan | |
| mustCreateSumLogTTSForInventTrans | |
| mustCreateSumLogTTSForInventTransOrigin | |
| new | |
| nextAggregationCnt | Increments the current value to use as aggregation counter for temporary on hand calculations. |
| nextSequenceCount | Gets the next value to use as a sequence counter. |
| 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.) |
| parmDoDirectOnhandCheck | Gets the DoDirectOnhandCheck parameter. |
| parmDoOnhandCheck | Gets the DoOnhandCheck parameter. |
| parmDoSummarizedOnhandCheck | Gets the DoSummarizedOnhandCheck parameter. |
| parmSkipInventSumLogTTS | Gets or sets the SkipInventSumLogTTS parameter. |
| reset | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldValidationBeSkipped | |
| sqlSystem | |
| sqlUpdateInventSumStr | Builds a string with the SQL statement listed under remarks. |
| sqlUpdateStr | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| ttsId | Finds the current transaction ID as used by the kernel. |
| ttsNotifyAbort | Resets the internal variables after it is triggered by a ttsAbort event. |
| ttsNotifyPostBegin | Resets the internal variables after it is triggered by a ttsBegin event. |
| ttsNotifyPreCommit | Triggers during a ttsCommit event before data is committed to the database. |
| updateInventSum | |
| updateInventSumAdvanced | |
| updateInventSumSimple | |
| 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.) |
| whsDeleteInventReserveDelta | Deletes corresponded records in WHSInventReserveDelta table. |
| whsInsertInventReserve | Inserts new records into the WHSInventReserve related to this inventory transaction. |
| whsLockInventReserve | Applies (pessimistic) DB lock on the records of WHSInventReserve and WHSInventReserveDelta tables related to this inventory transaction. |
| whsSqlUpdateInventReserveStr | Returns string with well-formatted T-SQL statement template for update of WHSInventReserve table |
| whsSqlUpdateReserveStr | Returns string with well-formatted T-SQL statement for WHSInventReserve table update |
| whsUpdateInventReserve | Executes all generated update statements. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct |
Community Additions
ADD
Show: