JmgPayRule.getRuntimeCustomDataSource Method [AX 2012]

Gets the runtime custom time data source for the pay rule.

Syntax

protected ExpressionDataSource getRuntimeCustomDataSource(JmgStampJournalTrans _jmgStampJournalTrans)

Run On

Called

Parameters

  • _jmgStampJournalTrans
    Type: JmgStampJournalTrans Table
    The transaction from where the values of the runtime fields are initialized.

Return Value

Type: ExpressionDataSource Class
An ExpressionDataSource object that contains the run time data source.

Remarks

The run time data source represents the transaction. A worker field is added by using the value of the worker field from the specified transaction. To add more fields, you must override this method.

See Also

Reference

JmgPayRule Class