Skip to main content
Question

Operation ID not populating in the report parameter

  • September 20, 2023
  • 3 replies
  • 89 views

Forum|alt.badge.img

 

 

I want to populate  [AMMTran.OperationID] as the report parameter. I have added the parameter in the schema but nothing is showing up on the report screen.

This is how I see this empty selector. 

3 replies

palbores
Jr Varsity I
Forum|alt.badge.img+1
  • Jr Varsity I
  • September 20, 2023

Hi @Rajginoya, have you tried using this OrderType instead of MaterialNo? Operation ID will depend on the OrderType and ProOrderID for it to get/populate the related data.

=Report.GetFieldSchema('AMMTran.OperationID, OrderType, ProdOrdID')


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • September 27, 2023

Hi @Rajginoya, have you tried using this OrderType instead of MaterialNo? Operation ID will depend on the OrderType and ProOrderID for it to get/populate the related data.

=Report.GetFieldSchema('AMMTran.OperationID, OrderType, ProdOrdID')

Report Parameter
Screen

 


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • November 2, 2023

Hi @Rajginoya were you able to find a solution? Thank you!