Skip to main content
Answer

Acumatica Report Parameter dropdown

  • October 17, 2025
  • 1 reply
  • 48 views

I am trying to create a report where i am not able to get the Alternative ID a dropdown table. Alternative ID comes from INItemXRef table and for my report relevance, Soline table.

Can’t seem to bring any of the table in the Alternative ID dropdown parameter by using any of the below 

 

=Report.GetFieldSchema('INItemXRef.SubitemID,AlternateID')

=Report.GetFieldSchema('INItemXRef.AlternateID')

=Report.GetFieldSchema(‘Soline,AlternateID')

 

in the View Name: field. Infact any thing put in View Name omits the Altenate ID parameter itself as seen in the picture. 

 

Any Idea what could be done?

Best answer by aleksandrsechin

Are you expecting your field to be a dropdown?
If so, note that the AlternateID field in both the INItemXRef and SOLine DACs does not have a List Attribute. This means these are plain text fields, and therefore the field in the report cannot be a dropdown.

1 reply

Forum|alt.badge.img+3

Are you expecting your field to be a dropdown?
If so, note that the AlternateID field in both the INItemXRef and SOLine DACs does not have a List Attribute. This means these are plain text fields, and therefore the field in the report cannot be a dropdown.