ProjProjectInfoService.getProjectInfoByExpenseNumber Method [AX 2012]
This method provides the information about projects associated with the specified expense report. For more details about the provided information:
public List getProjectInfoByExpenseNumber(TrvExpNumber _expenseNumber, [DataAreaId _company])
Run On
ServerParameters
- _expenseNumber
- Type: TrvExpNumber Extended Data Type
The id of the expense report to get TrvProjectInfoData for.
- _company
- Type: DataAreaId Extended Data Type
The id of the company specified expense report belongs to.
Return Value
Type: List ClassA List of TrvProjectInfoData objects that contain info about all the projects that specified expense report lines correspond to.
Community Additions
ADD
Show: