Updating Transaction

Hi. I am trying to implement a product process we have that goes through 6 stages. I am using a QR Code to scan the product at every stage.

I am going to split each stage into a slice. First stage is Quality Check and the user generates a new record and saves. Second stage is Fabrication which a different user enters additonal information on.

What I would like to do is when the Fabrication user scans the unique QR Code it returns the associated UNIQUEID() of the transaction generated in the previous stage. I donโ€™t want to present the user in stages 2 and above with a listing of transactions generated in stage one. When they click Fabrication it opens up a form and when they scan the QR Code it pulls in the original transaction data.

Hope this makes sense.

Any help on this would be great, thanks.

Solved Solved
0 5 549
1 ACCEPTED SOLUTION

Yeah, youโ€™ll need a separate search form with a Form Saved event action to direct the user to the appropriate view. Option (3) is the one that will do that.

View solution in original post

5 REPLIES 5
Top Labels in this Space