Hi Alireza,
Yes the entity is TrvExpTransStaging.
I'm using ODATA through Rest API so {env uri}/data/Expenses will give me TrvExpTransStaging.
But I can't find which entity ExpenseReportNumber is connected to.
ExpenseReportNumber is included in response from {env url}/data/Expenses.
@odata.context": "{env uri}/data/$metadata#Expenses",
"value": [
{
"@odata.etag": "W/\"JzU3MjUxMTc4Nyw1NjM3MTQ0NTc2Jw==\"",
"ExpenseTransactionNumber": "00000001",
"TransactionDate": "2022-09-15T12:00:00Z",
"Billable": "Chargeable",
"ExpenseReportNumber": "SE01-000001",
......
Regards,
Fredrik