- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 03:14 AM
Hi
the state field is on the task table and the substate field is on the incident table . These two fields are on the incident form.
the state field display choice list depends upon the value of the state field . How this can be achieved?
For particular choice selected in the state field the corresponding values should be displayed in the substate field.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 05:34 AM
It worked . I had not entered the dependent value as numeric . So it was not getting reflected.
Thankyou.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 09:15 AM
Yes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2016 09:20 AM
Yes. same choices 2 times with different depending value.
I think this is the best way to do it.
You can do it by writing script addOption() and removeOption() .For every state choices you need to write both addOption() and removeOption().This is not a good way I think.
Thanks,
Mihir