state and substate field on the incident table

snehalkhare
Kilo Guru

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

1 ACCEPTED SOLUTION

It worked . I had not entered the dependent value as numeric . So it was not getting reflected.


Thankyou.


View solution in original post

16 REPLIES 16

You want to display all the sub states in new ,assigned and in progress states.


And specific sub state in Pending ,resolved ,closed states right ?



Thanks,


Mihir


yes right


You can do it using dependency concept.



Go to dictionary of sub state and     create new choices by changing the dependent value field.



find_real_file.png



Thanks,


Mihir


same choices 2 times with different depending value right


whether this can be done with some other way also


Thanks