InventTrackingDimTracingSearch Class [AX 2012]
Base class for forward and backward tracing searching of transactions
Syntax
class InventTrackingDimTracingSearch
Run On
Called
Methods
Method | Description | |
---|---|---|
addFirstLevelInventTransNode | Marks the specified inventory transaction as a first level node relative to the search criteria. | |
addInventTrans2List | Adds the InventTrans record to the specified record list. | |
addInventTransList2AsSubnodes | Adds the specified list of InvnetTrans records as sub nodes to the specified node. | |
buildInitialQuery | Build the initial query for finding nodes under the top node. | |
buildItemHierachy | Build the search hierarchy for items. | |
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. | |
checkDateCriteria | Checks if the specified inventory transaction date information is within criteria range | |
checkDateOrder | Checks if the specified inventory transaction date information allows it to be used as a sub node for the specified node. | |
checkQuarantineOrder | Checks if the specified transactions can be considered quarantine related children of the specified transaction. | |
checkTransOriginIds | Checks if the specified transactions can be considered related children of the specified hierarachy node based on transaction dates and other transaction information. | |
createSubNode | Create a transaction node with the specified transaction information under the specified node. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
expandAllTransactions | Expand all transactions. | |
expandIssueTransaction | Expand the specified issue transaction with the related receipts. | |
expandReceiptTransaction | Expand the specified node for a receipt with the related issues. | |
expandTransaction | Expand the specified node if not already expanded. | |
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. | |
inventTrackingDimTracingRelations | Returns the current tracing relations. | |
inventTransDate | Finds the inventory date for the specified transaction. | |
inventTransOrigin | Returns the InventTransOrigin record for the specified record ID. | |
isByProductProduction | Gets a value indicating if the transaction is for a by-product in a production order. | |
isChildInProdBOM | Gets a value indicating if an inventory transaction is a child of the current node based on a production order BOM/Formula relationship. | |
isInventTransFirst | Returns true if _inventTrans1 is considered to happen before _inventTrans2 | |
isTransactionExpanded | Checks if the specified transaction tracing node already has been expanded in the current direction. | |
isTransChild | Chekcs if the specified transaction should be considered a child under the specified transaction. | |
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. | |
markNodeAsExpanded | Mark the tracing node as fully expanded in the current tracing direction. | |
markNodeWithNoSubnodes | Mark the tracing node as a root node in the current tracing direction. | |
new | Initializes a new instance of the InventTrackingDimTracingSearch 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.) | |
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. | |
parmInventTransMap | Gets or sets the InventTransMap parameter. | |
parmInventTransOriginMap | Gets or sets the InventTransOriginMap parameter. | |
searchFromCriteria | Do the actual search based on criterias passed in earlier. | |
searchFromExistingRelations | Do the actual search based on criterias passed in earlier. | |
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. | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::search | Executes a full trace search on the server. | |
::searchFromForm | Do a full search from the tracing form. | |
::searchNoPack | Executes a full trace search without packing the results. |
Top
Inheritance Hierarchy
Object Class
InventTrackingDimTracingSearch Class
InventTrackingDimTracingSearchBackward Class
InventTrackingDimTracingSearchForward Class