Experts,
I need to add a FMS to the "Automatic String Creation" screen that is unique for Batches and Serials.
I want to know how to I link that screen back to the previous screen "Automatic Batch Creation" or "Automatic Serial Creation" to build that logic into my query?
Here is my FMS for Serial number creation:
Select COUNT(*)+100 From OSRN T0
Here is my FMS for Batch number creation:
Select COUNT(*)+100 From OBTN T0
Regards,
Marli