SysComputedColumn Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::abs | Creates an ABS expression. |
| ::add | Creates an addition expression. |
| ::addList | Creates an additional expression. |
| ::adjustString | Adds adjustment functions to an expression to make sure that a field of type string returns a value according to the Adjustment property on the field. |
| ::and | Creates an AND expression. |
| ::and2 | Creates an AND expression. |
| ::bitwiseAndExpression | Creates a bitwise AND expression. |
| ::calcCustRemainingAmountMST | Computes the remainAmountMST value by using the conditions. |
| ::cast | Creates a cast expression. |
| ::compareExpressions | Creates a comparison binary expression. |
| ::comparisionExpressionList | Creates an instance of the List class which is initialized to contain elements of type string. |
| ::comparisionExpressionMap | Creates an instance of the Map class which is initialized to contain elements where both key and value are of type string. |
| ::comparisonField | Creates a field expression to use for comparison with other fields or literals. |
| ::comparisonLiteral | Creates a literal expression to use for comparison with other fields or literals. |
| ::currentItemProductCategory | Defines a derived column for the universal transaction line category. |
| ::custTransRemainAmountMST | Calculates the remainAmountMST value. |
| ::dirPartyIsBusRel | |
| ::dirPartyIsCompetitor | |
| ::dirPartyIsContact | |
| ::dirPartyIsCustomer | |
| ::dirPartyIsEmployee | |
| ::dirPartyIsEntity | |
| ::dirPartyIsLegalEntity | |
| ::dirPartyIsOperatingUnit | |
| ::dirPartyIsTeam | |
| ::dirPartyIsType | |
| ::dirPartyIsVendor | |
| ::divide | Creates a divide expression. |
| ::equalExpression | Creates an equal binary expression. |
| ::fromUtcDateToDate | Creates a conversion expression that casts a UTC date to a date. |
| ::getCurrentDate | Generates a function for getting the current date. |
| ::getCurrentUtcDate | Generates a function for getting the current date in UTC. |
| ::getDateAdd | Creates an expression that calculates the sum of two dates. |
| ::getDateDiff | Creates an expression that calculates the difference between two dates. |
| ::getDateDiffFormatSelector | Generates a date format selector string. |
| ::getDateDiffWithFallbackToZero | Defines the expression to calculate the date difference between the specified expressions. |
| ::if | Creates a conditional expression. |
| ::isNullExpression | Creates an IS nullNothingnullptrunita null reference (Nothing in Visual Basic) binary expression. |
| ::logicalOperator | Applies a logical operation to a list of expressions. |
| ::max | Creates a maximum aggregate expression. |
| ::min | Creates a minimum aggregate expression. |
| ::multiply | Creates a multiply expression. |
| ::negative | Creates a negative numeric expression. |
| ::notEqualExpression | Creates a not-equal binary expression. |
| ::nullExpression | Represents a nullNothingnullptrunita null reference (Nothing in Visual Basic) expression. |
| ::or | Creates an OR expression. |
| ::or2 | Creates an OR expression. |
| ::returnField | Creates a field expression to use for returning a value. |
| ::returnint | |
| ::returnLiteral | Creates a literal expression to use for returning a literal. |
| ::returnreal | |
| ::sign | Creates a SIGN expression. |
| ::subtract | Creates a subtraction expression. |
| ::sum | Creates a sum aggregate expression. |
| ::switch | Creates a searched case expression. |
| ::wrkCtrTableLookupGroupValidFrom | Gets the computed ValidFrom field for the WrkCtrTableLookupGroup view. |
| ::wrkCtrTableLookupGroupValidTo | Gets the computed ValidTo field for the WrkCtrTableLookupGroup view. |
Community Additions
ADD
Show: