- 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-01-2016 03:20 AM
Snehai,
What do you mean by 'the state field display choice list depends upon the value of the state field' ?
Kind regards,
ZA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 03:24 AM
I believe that you would like the substate field be dependent on state field, is that right ?
Right click on substate field, and select personalize dictionary.
Then scroll down, you will see a tab 'depend FIeld'.
select the check box (make it true) 'Use dependent field'
select 'state' on the field 'Dependent on flied'
Hope it will helps
Kind regards,
Do not feel shy to mark correct or helpful answer if it helps or is correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 03:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 03:29 AM
Hi Snehal,
Have you created custome field (sub state)on Incident table ? if yes then you can make this field is dependent on State field. And while creating choices in Sub state field slect the dependent choice value of State field in that.
For more information search in wiki for Dependent field and creating Choice values with dependent values.