JmgPayRule_ProjActivity.getRuntimeCustomDataSource Method [AX 2012]

Retrieves the runtime custom time data source for the project activities 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 for the project activities pay rule.

Remarks

Adds one run time fields: the ProjActivityNumber field, which is initialized from the ActOprID field of the transaction.

See Also

Reference

JmgPayRule_ProjActivity Class