This topic has not yet been rated - Rate this topic

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.

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.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.