Hi all,
I got the options in a Cascading Select type customfield like :
op1
childop1 childop2
op2
childop3
How can i delete childop1 in op1 ? I've already got an Options represent this Option List, and in Options interface, I can find removeOption(Option) function, but seems it only works for the first level Option like op1, op2. Can anybody help me ??
OptionManager.deleteOptionAndChildren(childop1);
I have a multi select cascading list with 5 levels. Depending upon options from 4th level, options come in 5th level. Now I want to remove this whole 5th level. I have deleted all 5th level options which are coming from the 4th level. still the 5th level is showing in the screen with value "please select". How to remove this 5th level? It would be better if it can be removed without any scripts.
Thanks in advance...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.