ProjIntercompanyInvoiceOrigExpense::newFromTrvExpTransRecId Method [AX 2012]
Creates a new instance of ProjIntercompanyInvoiceOrigExpense for a given expense trans record ID.
client server public static ProjIntercompanyInvoiceOrigExpense newFromTrvExpTransRecId(RefRecId _expenseTrans)
Run On
CalledParameters
- _expenseTrans
- Type: RefRecId Extended Data Type
The record ID of the TrvExpTrans record that will be mapped.
Return Value
Type: ProjIntercompanyInvoiceOrigExpense ClassA new instance of ProjIntercompanyInvoiceOrigExpense.
Show: