Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
This is my array,
switch(this.rawValue) {
case "1":
olpDocSub.addItem(Trampoline:);
default:
olpDobSub.addItem(Please choose item.");
break;
I would like case one to include:
If the User selects yes to the color red, then Michael Johnson display in the approver field
If the User selects no, nothing is displayed in the approver field.
Thanks in advance for your help.
Solved! Go to Solution.
Well, your script doesn't work. It's not an array but an incomplete switch statement (see https://www.w3schools.com/js/js_switch.asp).
What kind of field is olpDobSub and the one your executing the script on?
View solution in original post
Views
Likes
Replies