Resolved! OnLoad client script
Hi @all, Here I am hiding the choice called "closed" on change task only when change request is in new state.for this I had below on load client script on change task: function onLoad() {g_form.getReference('change_request', function(ref) {if (ref) ...