Hi,
Is there a way to reference a Quota field directly in Javascript? I want to be able to skip a loop for a loop and merge table only if the Quota for that loop is met. I’ve done this for embedded data, but I don’t know how to reference a Quota without first setting embedded data based on it (which I don’t want to do given the number of Quotas I have).
In other words, I want to be able to say something like:
if Quota1 is met → set value/skip loop]
Thanks!