Skip to main content
Answer

Subreport parameters translated

  • August 6, 2025
  • 2 replies
  • 38 views

Forum|alt.badge.img+1

I'm facing a new issue with reports.

I've created a first report, say report 1, that uses two parameters :

  • PDocType
  • PrefNbr

Then, I've modified a second report, say report 2, that displays ARInvoice's informations. The modifications that have been done consists in adding the report 1 as subreport inside report 2. 
As calling parameters, I used :

  • PDocType = current ARInvoice's DocType
  • PrefNbr = current ARInvoice's RefNbr

Below, what is implemented in report 2 :

Issue:
The value of the current ARInvoice's DocType that is received in the subreport is not the original value, but its translation !! So instead of having 'INV', I get 'Facture' witch is our french translation of INV.

 

 

How can I prevent Acumatica from translating the report parameters ?

Best answer by ygagnaire12

A workaround could be found : the DocType is also avaialble in the parameters of the calling report. If we use this parameter instead of [ARInvoice.DocType], the value is properly provided to the subreport.

2 replies

Forum|alt.badge.img+1
  • Author
  • Semi-Pro I
  • Answer
  • August 6, 2025

A workaround could be found : the DocType is also avaialble in the parameters of the calling report. If we use this parameter instead of [ARInvoice.DocType], the value is properly provided to the subreport.


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • August 7, 2025

Thank you for sharing your solution with the community ​@ygagnaire12!