Jul 22, 2020 12:02 AM
Hello all!
I am trying dynamically update my available inventory based on dates.
For example:
July 22, 2020
Event 1
Gear assigned A01, A02
July 22, 2020
Event 2
// When I go to select inventory I want to assign to this event, I want to make sure that A01 and A02 are omitted from the list since they are already being used on the same date for Event 1.
July 23, 2020
Event 1
// All inventory will show as available now since it’s different date.
Thanks so much in advance!
Joanna
Jul 22, 2020 07:15 AM
There’s no way to do this without code.
You could use the script (last post in the thread) here in a Scripting block:
or you could use this custom block:
Jul 23, 2020 10:35 AM
Nice, I’ll check these both out - thanks!