Hello everyone,
I am asked to do some customization towards AX 2012 R3 instance’s Project invoice and I found 2 SSRS on the AOT as [PSAProjInvoice] and [ProjInvoice]. I played with the projects we have in the project management and accounting module, and every invoice printed out is using the [PSAProjInvoice].
I checked the code and it seems which SSRS is picked is based on the configuration key selection, as can be seen [projFormLetter_Invoice].[printFormLetter()] method.
And AX 2012 R3 is ticking the project III configuration key by default, per Project III configuration key (Project3) | Microsoft Learn
So, I guess the [PSAProjInvoice] is used, and [ProjInvoice] is not used for AX 2012 R3. Can anyone let me know if this is the case, becuase someone on the team is saying something different.