Skip to main content

I want to populate  AMMTran.LotSerialNbr] 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. 

@Rajginoya There is no schema for the Lot/Serial number, so when you use the function to ‘GetFieldSchema’ there isn’t anything to display.

You would need to maybe create a custom selector to show the Lot/Serial as a selector lookup, otherwise you would need to enter one manually

 


=Report.GetFieldSchema('UsrInventoryLotSerialContainer.LotSerialNbr,InveID')


Reply