Hi all,
I do not know where to ask this question, but I am trying to write a javasctript for my dynamic action.
Now I have to check a variable for values and I do it like this:
if ($v("APEX_ITEM") == 1 && $v("APEX_ITEM")==2) { ....}
In SQL I would write:
apex_item in (1,2)
Is there something like that for Javascript because I have a list of ten id's.
Thank you.
Raoul