I have a table of work orders to build vehicles in WO app. I have multiple work instruction apps for various vehicle. I select WO in WO app to build blue car. I get transitioned to WI app to build blue car. Next time, I select WO to build red SUV. I get transitioned to a different WI app that guides how to build red SUV. At the end of WI app, I need to print a label that shows WO # selected in WO app.
Is it possible to link WO # from WO app to WI app? If I selected a WO in WO app, Tulip not only transitions to appropriate WI app but also passes selected WO # from WO app to WI app so it can be added to a label in WI app?
Thank you! I am trying to trigger storing WO’s material table record to current assignment by selecting a table row instead of inputting WO as a variable. Purpose is to remove requirement for operators to scan work orders from a paper and transform operations into paperless environment. For some reason selecting and storing doesn’t work.
Hey @Almaty, glad you were able to make some progress. What’s happening here is that you haven’t yet specified which user is going to populate the CURRENT USER table record placeholder. The good news is it’s a simple fix. Create a trigger under the app pane like so:
It worked though my trigger is slightly different than yours. I don’t have “Selected User” but “Current User”. Maybe it is due to LTS 8 release version?
@Almaty, glad that it’s working. RE: the differences: Whatever is displayed after the INTO: is going to be what you named your table record placeholder.