Hi there,
i have three scripts to lend out bags. How can i modify them with a find and a loop script to automatically check out all bags if they are part of the same box?
Any help would be much appreciated.
Hi there,
i have three scripts to lend out bags. How can i modify them with a find and a loop script to automatically check out all bags if they are part of the same box?
Any help would be much appreciated.
You need to know what the box ID is. Maybe store that ID and then offer a big button that says “Use Same Box” that provides the shortcut as you scan.
@pompi Welcome to our Community!
Thank you Malcolm.
something like that?
Create a new script and add steps to retrieve or set the ID value.
then a ssign this script to the button's "On Click" event.
and within the script, use the Set Field
or Get
function to store or retrieve the ID value from a field.
Yes. That sounds good.