Hiho,
I found the code on the blog and working properly . I would like to apply it to hide and show fields in the sales stage . There is a possibility?
Code:
{ "formDependency": { "stage": { "map": { "Closed Won" : [ { "action": "show", "fields": ["name"] } ] }, "default": [ { "action": "hide", "fields": ["name"] } ] } } }
I found the code on the blog and working properly . I would like to apply it to hide and show fields in the sales stage . There is a possibility?
Comment