InventTrackingDimTracingSearchBackward Class [AX 2012]
Class for handling backward tracing for tracking dimension tracing.
Syntax
class InventTrackingDimTracingSearchBackward extends InventTrackingDimTracingSearch
Run On
Called
Methods
Method | Description | |
---|---|---|
addFirstLevelInventTransNode | Marks the specified inventory transaction as a first level node relative to the search criteria. (Inherited from InventTrackingDimTracingSearch.) | |
addInventTrans2List | Adds the InventTrans record to the specified record list. (Inherited from InventTrackingDimTracingSearch.) | |
addInventTransList2AsSubnodes | Adds the specified list of InvnetTrans records as sub nodes to the specified node. (Inherited from InventTrackingDimTracingSearch.) | |
buildInitialQuery | Build the initial query for finding nodes under the top node. (Inherited from InventTrackingDimTracingSearch.) | |
buildItemHierachy | Build the search hierarchy for items. (Inherited from InventTrackingDimTracingSearch.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canUseInventransAsInitialTransaction | Checks if the specified transaction can be used as a starting point for item hierarchy tracing. (Inherited from InventTrackingDimTracingSearch.) | |
checkDateCriteria | Checks if the specified inventory transaction date information is within criteria range (Inherited from InventTrackingDimTracingSearch.) | |
checkDateOrder | Checks if the specified inventory transaction date information allows it to be used as a sub node for the specified node. (Overrides the checkDateOrder Method.) | |
checkQuarantineOrder | Checks if the specified transactions can be considered quarantine related children of the specified transaction. (Overrides the checkQuarantineOrder Method.) | |
checkTransOriginIds | Checks if the specified transactions can be considered related children of the specified hierarachy node based on transaction dates and other transaction information. (Overrides the checkTransOriginIds Method.) | |
createSubNode | Create a transaction node with the specified transaction information under the specified node. (Overrides the createSubNode Method.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
expandAllTransactions | Expand all transactions. (Inherited from InventTrackingDimTracingSearch.) | |
expandIssueTransaction | Expand the specified issue transaction with the related receipts. (Overrides the expandIssueTransaction Method.) | |
expandReceiptTransaction | Expand the specified node for a receipt with the related issues. (Overrides the expandReceiptTransaction Method.) | |
expandTransaction | Expand the specified node if not already expanded. (Inherited from InventTrackingDimTracingSearch.) | |
findBatchIssues | Finds the batch order issues. | |
findBOMLines | Finds the BOM lines for the specified node, which is assumed to be the item produced on the BOM journal. | |
findKanbanJobPickingList | Finds and adds the kanban job picking list transactions related to the parent transaction to the transaction list. | |
findProdLines | Finds and adds the production lines transactions related to the parent transaction to the transaction list. | |
findTransIssues | Finds and adds issue transactions related to the parent transaction to the transaction list. | |
findTransWHSQuarantineIssues | Finds and adds WHS Quarantine issue transactions related to the parent receipt transaction to the transaction list. | |
findTransWHSWorkIssues | Finds and adds WHS Work issue transactions related to the parent receipt transaction to the transaction list. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initInventTransList | Initialize the record sorted list for holding child transactions. (Inherited from InventTrackingDimTracingSearch.) | |
inventTrackingDimTracingRelations | Returns the current tracing relations. (Inherited from InventTrackingDimTracingSearch.) | |
inventTransDate | Finds the inventory date for the specified transaction. (Inherited from InventTrackingDimTracingSearch.) | |
inventTransOrigin | Returns the InventTransOrigin record for the specified record ID. (Inherited from InventTrackingDimTracingSearch.) | |
isByProductProduction | Gets a value indicating if the transaction is for a by-product in a production order. (Inherited from InventTrackingDimTracingSearch.) | |
isChildInProdBOM | Gets a value indicating if an inventory transaction is a child of the current node based on a production order BOM/Formula relationship. (Overrides the isChildInProdBOM Method.) | |
isInventTransFirst | Returns true if _inventTrans1 is considered to happen before _inventTrans2 (Inherited from InventTrackingDimTracingSearch.) | |
isTransactionExpanded | Checks if the specified transaction tracing node already has been expanded in the current direction. (Overrides the isTransactionExpanded Method.) | |
isTransChild | Chekcs if the specified transaction should be considered a child under the specified transaction. (Inherited from InventTrackingDimTracingSearch.) | |
isTransProdBOMForProduction | Gets a value indicating if an origin is for a production BOM line that is part of the production order represented by the other origin. (Inherited from InventTrackingDimTracingSearch.) | |
markNodeAsExpanded | Mark the tracing node as fully expanded in the current tracing direction. (Overrides the markNodeAsExpanded Method.) | |
markNodeWithNoSubnodes | Mark the tracing node as a root node in the current tracing direction. (Overrides the markNodeWithNoSubnodes Method.) | |
new | Initializes a new instance of the InventTrackingDimTracingSearch class. (Inherited from InventTrackingDimTracingSearch.) | |
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.) | |
parmInventTrackingDimTracingCriteria | Gets or sets the InventTrackingDimTracingCriteria parameter. (Inherited from InventTrackingDimTracingSearch.) | |
parmInventTransMap | Gets or sets the InventTransMap parameter. (Inherited from InventTrackingDimTracingSearch.) | |
parmInventTransOriginMap | Gets or sets the InventTransOriginMap parameter. (Inherited from InventTrackingDimTracingSearch.) | |
searchFromCriteria | Do the actual search based on criterias passed in earlier. (Inherited from InventTrackingDimTracingSearch.) | |
searchFromExistingRelations | Do the actual search based on criterias passed in earlier. (Inherited from InventTrackingDimTracingSearch.) | |
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.) | |
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.) | |
wmsTransport | Retrieves the pallet transport related to the current inventory transactions originator. (Inherited from InventTrackingDimTracingSearch.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Create a new instance of this class. | |
::newParameters | Create an instance to do a full backward search. |
Top
Inheritance Hierarchy
Object Class
InventTrackingDimTracingSearch Class
InventTrackingDimTracingSearchBackward Class