Skip to main content

Remove available inventory based on date

  • July 22, 2020
  • 2 replies
  • 42 views

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

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

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:


  • Author
  • New Participant
  • July 23, 2020

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:


Nice, I’ll check these both out - thanks!