I was controling the Status Reason Transitions in system entities by javascript. But it is not working with the CRM 2015 Spring Release, because for this control these functions are not supported anymore:
statuscode.clearOptions()
statuscode.removeOption()
statuscode.addOption()
Are these functions really unsupported code for this version of CRM 2015? In this case, how can we control the Status Reason transitions?
Any suggestions?