InventSiteActivateUpdRuleInvTrans Class [AX 2012]
The InventSiteActivateUpdRuleInvTrans class is a specialized version of the InventSiteActivateUpdRuleclass responsible for updating documents that have associated inventory transactions.
Syntax
class InventSiteActivateUpdRuleInvTrans extends InventSiteActivateUpdRule
Run On
Server
Methods
Method | Description | |
---|---|---|
andNotExistInventDim | Returns a SQL string of a NOT EXISTS running through all the inventory dimensions. (Inherited from InventSiteActivateUpdRule.) | |
andNotExistInventDimAndBlank | Returns a SQL string of a NOT EXISTS running through all the inventory dimensions. (Inherited from InventSiteActivateUpdRule.) | |
andNotExistInventDimInventDimParm | Returns a SQL string of a NOT EXISTS running through all the inventory dimensions, except for fields set as true in the _inventDimParm parameter.These fields will be compared against an empty value. (Inherited from InventSiteActivateUpdRule.) | |
andNotExistInventDimLocSite | Returns a SQL string of a NOT EXISTS running through all the inventory dimensions. (Inherited from InventSiteActivateUpdRule.) | |
beginInsertInventDim | Creates a SQL string that declare several variables and sets them. (Inherited from InventSiteActivateUpdRule.) | |
beginInsertInventItemPrice | Creates a SQL string that declare several variables and sets them. (Inherited from InventSiteActivateUpdRule.) | |
beginInsertInventLocation | Creates a SQL string that declare several variables and sets them. (Inherited from InventSiteActivateUpdRule.) | |
beginInsertTable | Creates a SQL string that gets the next RecId value for the given table. (Inherited from InventSiteActivateUpdRule.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
dbFieldName | Returns a 'tablebuffer.field'. (Inherited from InventSiteActivateUpdRule.) | |
dbFieldType | Returns the type of a field by calling the dbType methods in this class. (Inherited from InventSiteActivateUpdRule.) | |
dbInventDimBlankFields | Creates a SQL string that contains a list of InventDim table fields that have blank values. (Inherited from InventSiteActivateUpdRule.) | |
dbInventDimFieldNames | Returns a list of all the fields in the InventDim table. (Inherited from InventSiteActivateUpdRule.) | |
dbInventDimFieldNamesAndBlank | Returns a list of all the fields in the InventDim table. (Inherited from InventSiteActivateUpdRule.) | |
dbInventDimFieldNamesInventDimParm | Returns a list of all the fields in the InventDim table, except for fields set as true in the _inventDimParm parameter.Blank values are returned for these fields. (Inherited from InventSiteActivateUpdRule.) | |
dbInventDimFieldNamesLocSite | Returns a list of all the fields in the InventDim table. (Inherited from InventSiteActivateUpdRule.) | |
dbInventDimFieldPrefixValue | Returns a substring of case sentences for each field in the InventDim table. (Inherited from InventSiteActivateUpdRule.) | |
dbInventDimIdPrefix | Returns the string 'Ax#'. (Inherited from InventSiteActivateUpdRule.) | |
dbLiteral | Converts a value into a SQL literal. (Inherited from InventSiteActivateUpdRule.) | |
dbTableName | Returns a table name or the name of a table buffer. (Inherited from InventSiteActivateUpdRule.) | |
dbType | Returns a string definition of a database type. (Inherited from InventSiteActivateUpdRule.) | |
dbUpdateSetConstant | Creates a SQL string that contains the set statement of the update operation. (Inherited from InventSiteActivateUpdRule.) | |
dbWherePredicate | Creates a SQL string that contains the equality predicate of the where clause. (Inherited from InventSiteActivateUpdRule.) | |
dbWherePredicateNotEqual | Creates a SQL string that contains the non-equality predicate of the where clause. (Inherited from InventSiteActivateUpdRule.) | |
endInsertInventDim | Returns a SQl string containing an Update, Set and Where clause. (Inherited from InventSiteActivateUpdRule.) | |
endInsertInventItemPrice | Creates a SQL string that sets next RecId value for a table. (Inherited from InventSiteActivateUpdRule.) | |
endInsertInventLocation | Returns a SQl string containing an Update, Set and Where clause. (Inherited from InventSiteActivateUpdRule.) | |
endStatement | Creates a SQL string that finalizes a SQL statement. (Inherited from InventSiteActivateUpdRule.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
executeStatement | Executes a SQL string by executing through the database connection, depending on the InventSiteActivationMode. (Inherited from InventSiteActivateUpdRule.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
insertIntoInventDim | Creates a SQL string that inserts a record into the InventDim table. (Inherited from InventSiteActivateUpdRule.) | |
insertIntoInventDimSelect | Creates a SQL string to select field values from the InventDim table in the case when InventDim table is joined to another table. (Inherited from InventSiteActivateUpdRule.) | |
insertIntoInventDimSelectAndBlank | Creates a SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer in the case when InventDim table is joined to another table. (Inherited from InventSiteActivateUpdRule.) | |
insertIntoInventDimSelectInventDimParm | Creates a SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer. (Inherited from InventSiteActivateUpdRule.) | |
insertIntoInventDimSelectLocSite | Creates a SQL string to select field values from the InventDim table applying an alias to warehouse or site fields. (Inherited from InventSiteActivateUpdRule.) | |
inventDim2InventDimJoin | Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers. (Inherited from InventSiteActivateUpdRule.) | |
inventDim2InventDimJoinAndBlank | Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers./This is except from fields that should be compared to a blank value. (Inherited from InventSiteActivateUpdRule.) | |
inventDim2InventDimJoinInventDimParm | Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers, except for fields set as true in the _inventDimParm parameter.These fields will be compared against an empty value. (Inherited from InventSiteActivateUpdRule.) | |
inventDim2InventDimJoinLocSite | Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers. (Inherited from InventSiteActivateUpdRule.) | |
new | Initializes a new instance of the InventSiteActivateUpdRuleInvTrans class. (Overrides the new Method.) | |
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.) | |
parmDefaultInventLocationId | Gets or sets the DefaultInventLocationId parameter. (Inherited from InventSiteActivateUpdRule.) | |
parmDefaultInventSiteId | Gets or sets the DefaultInventSiteId parameter. (Inherited from InventSiteActivateUpdRule.) | |
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.) | |
transbegin | Starts a transaction. (Inherited from InventSiteActivateUpdRule.) | |
transcommit | Commits a transaction. (Inherited from InventSiteActivateUpdRule.) | |
updateInventQualityOrderTable | Performs multisite activation for quality orders. | |
updateInventQualityOrderTableNone | Performs multisite activation for quality orders that neither have associated inventory transactions nor are related to other documents that have associated inventory transactions. | |
updateInventQualityOrderTableOpen | Performs multisite activation for quality orders that have associated inventory transactions. | |
updateInventQualityOrderTableRefOpen | Performs multisite activation for quality orders that are related to other documents that have associated inventory transactions. | |
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.) | |
::construct | Initializes a new instance of the InventSiteActivateUpdRuleInvTrans class. | |
::newDefault | Creates and initializes a new instance of the InventSiteActivateUpdRuleInvTrans class. |
Top
Inheritance Hierarchy
Object Class
InventSiteActivateUpdRule Class
InventSiteActivateUpdRuleInvTrans Class