Skip to main content
Question

Parameter Not Showing Lookup for Customer Name


Hi Community,
I have developed a report and used (BAccount.AcctName) as a parameter to filter by customer name. However, the parameter does not appear on the screen.

When I configured it as a two-part key, the parameter appeared on the screen, but the lookup control did not show. I need the lookup to function correctly to display a list of customers for selection.

Could someone help me on how to correctly configure the parameter.

Any help or suggestions would be greatly appreciated!

6 replies

Forum|alt.badge.img+1
  • Jr Varsity III
  • 65 replies
  • March 5, 2025

Hi ​@kviranga38 , Try this: =Report.GetFieldSchema('CustomerReportParameters.CustomerID')

Reference report - AR652000

 


BenjaminCrisman
Acumatica Employee
Forum|alt.badge.img+4

@kviranga38 The reason you’re not seeing the parameter is because there is no field schema to get for the chosen field. When setting parameters you can always check other reports to see how the parameter is derived. This is a great way to learn which fields can have their schema pulled like this.

Pretty sure you can also use fields as schema which aren’t joined in, you just have to add them to the report and then they should be able to be used in the schema.


Forum|alt.badge.img

Hi @kviranga38, Please try using this in the View Name field of the Parameter: =Report.GetFieldSchema('OrganizationBranchReportParameters.OrgBAccountID')

 

 

Hope this helps


  • Author
  • Freshman I
  • 2 replies
  • March 10, 2025

Hi,

Thanks everyone, for your solutions and suggestions. I tried them, but the issue is still not resolved. The lookup control is still not appearing as expected. Do you have any other recommendations or alternative approaches I could try?

 


Nilkanth Dipak
Varsity II
Forum|alt.badge.img+10

Hi ​@kviranga38,

Could you provide your .rpx file so someone can review? As ​@BenjaminCrisman suggested, you need to check the standard reports once, how they are declaring parameters.

Hope, it helps!


ricoybanez
Jr Varsity III
Forum|alt.badge.img+1
  • Jr Varsity III
  • 42 replies
  • March 10, 2025

Hello ​@kviranga38 

Have you tried adding Filtering Condition under [FILTER TAB], just like the sample below:
 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings