JmgPayRule.getJoinConditions Method [AX 2012]

Returns the expression, which defines how the design time custom data source is joined with the query that is returned by the getQueryName method.

Syntax

public abstract CLRObject getJoinConditions()

Run On

Called

Return Value

Type: CLRObject Class
An expression that defines how the design time custom data source is joined with the query.

Remarks

The returned conditions are used to initialize the expression with a join between the query and the design time custom data source. For an example of an implementation, see the JmgPayRule_JmgProfileTable class.

See Also

Reference

JmgPayRule Class