ProjIntercompanyInvoiceOrigTimesheet::newFromTimesheetTransRecId Method [AX 2012]
Creates a new instance of ProjIntercompanyInvoiceOrigTimesheet from a given TsTimesheetTrans record ID.
client server public static ProjIntercompanyInvoiceOrigTimesheet newFromTimesheetTransRecId(RefRecId _tsTrans)
Run On
CalledParameters
- _tsTrans
- Type: RefRecId Extended Data Type
The record ID of the TsTimesheetTrans that will be mapped.
Return Value
Type: ProjIntercompanyInvoiceOrigTimesheet ClassA new instance of ProjIntercompanyInvoiceOrigTimesheet from a given TsTimesheetTrans record ID.
Show: