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

Yes.


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