Share via


TSTimesheetTrans.setTransId Method

Sets a transaction id for current TSTimesheetTrans record.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void setTransId(TSTimesheetLine tsTimesheetLine)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void setTransId(TSTimesheetLine tsTimesheetLine)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void setTransId(TSTimesheetLine tsTimesheetLine)

Run On

Called

Parameters

Remarks

This method generates transaction id using number sequence from the data area specified TSTimesheetLine record belongs to.

See Also

Reference

TSTimesheetTrans Table