InventSiteActivateUpdRule Class [AX 2012]
The InventSiteActivateUpdRule class is the base for multisite activation rules.
Syntax
class InventSiteActivateUpdRule
Run On
Server
Methods
Method | Description | |
---|---|---|
andNotExistInventDim | Returns a SQL string of a NOT EXISTS running through all the inventory dimensions. | |
andNotExistInventDimAndBlank | Returns a SQL string of a NOT EXISTS running through all the inventory dimensions. | |
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. | |
andNotExistInventDimLocSite | Returns a SQL string of a NOT EXISTS running through all the inventory dimensions. | |
beginInsertInventDim | Creates a SQL string that declare several variables and sets them. | |
beginInsertInventItemPrice | Creates a SQL string that declare several variables and sets them. | |
beginInsertInventLocation | Creates a SQL string that declare several variables and sets them. | |
beginInsertTable | Creates a SQL string that gets the next RecId value for the given table. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
dbFieldName | Returns a 'tablebuffer.field'. | |
dbFieldType | Returns the type of a field by calling the dbType methods in this class. | |
dbInventDimBlankFields | Creates a SQL string that contains a list of InventDim table fields that have blank values. | |
dbInventDimFieldNames | Returns a list of all the fields in the InventDim table. | |
dbInventDimFieldNamesAndBlank | Returns a list of all the fields in the InventDim table. | |
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. | |
dbInventDimFieldNamesLocSite | Returns a list of all the fields in the InventDim table. | |
dbInventDimFieldPrefixValue | Returns a substring of case sentences for each field in the InventDim table. | |
dbInventDimIdPrefix | Returns the string 'Ax#'. | |
dbLiteral | Converts a value into a SQL literal. | |
dbTableName | Returns a table name or the name of a table buffer. | |
dbType | Returns a string definition of a database type. | |
dbUpdateSetConstant | Creates a SQL string that contains the set statement of the update operation. | |
dbWherePredicate | Creates a SQL string that contains the equality predicate of the where clause. | |
dbWherePredicateNotEqual | Creates a SQL string that contains the non-equality predicate of the where clause. | |
endInsertInventDim | Returns a SQl string containing an Update, Set and Where clause. | |
endInsertInventItemPrice | Creates a SQL string that sets next RecId value for a table. | |
endInsertInventLocation | Returns a SQl string containing an Update, Set and Where clause. | |
endStatement | Creates a SQL string that finalizes a SQL statement. | |
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. | |
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. | |
insertIntoInventDimSelect | Creates a SQL string to select field values from the InventDim table in the case when InventDim table is joined to another table. | |
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. | |
insertIntoInventDimSelectInventDimParm | Creates a SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer. | |
insertIntoInventDimSelectLocSite | Creates a SQL string to select field values from the InventDim table applying an alias to warehouse or site fields. | |
inventDim2InventDimJoin | Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers. | |
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. | |
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. | |
inventDim2InventDimJoinLocSite | Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers. | |
new | Initializes a new instance of the InventSiteActivateUpdRule 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.) | |
parmDefaultInventLocationId | Gets or sets the DefaultInventLocationId parameter. | |
parmDefaultInventSiteId | Gets or sets the DefaultInventSiteId parameter. | |
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. | |
transcommit | Commits a transaction. | |
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.) |
Top
Inheritance Hierarchy
Object Class
InventSiteActivateUpdRule Class
InventSiteActivateUpdRuleInvTrans Class