Json foreach

Has anyone ever used a foreach loop with JSON in Application Studio that is tied to an Event?

I am trying to stop the user from being able to open the create sales order slide panel from Quote Entry when one or more of the parts do not exist.

It is working, but only for the first row. It is not going past the first row of checks. This is why I am guessing I have to do a foreach loop.

You probably want to use a dataview-condition. There are many posts on here on how to use this! :slight_smile:

2 Likes

If no one has told you this today… You are the best!

Worked like a charm took 10 seconds to figure out once I was using the correct widget :slight_smile:

2 Likes