Hi,
I am trying to customize Project invoice report -Invoice format -User defined.
Project invoice proposals >Print >Format invoice proposal
I am trying to fetch all transactions under "Detail" invoice grouping and for "Summary" invoice grouping one line be printed in report.
I am able to fetch the summary through PSAProjInvoiceDetailLine, but I am not getting all details transactions .
Please help.
Thanks,
Priya
Hi Priya Dutta,
If I am not wrong both Summary and Detail transactions are there in the PSAProjInvoiceDetailLine table.
If you want Summary add the select statement with PSAProjInvoiceDetailLine .InvoiceGrouping == PSAProjInvoiceDetailGrouping::Summary.
If you want Transaction add the select statement with PSAProjInvoiceDetailLine .InvoiceGrouping == PSAProjInvoiceDetailGrouping::Transaction.
Thanks,
Girish S.
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156