make filed Readonly in business rule
in client side we can achieve this byusing : g_form.setReadonly('impact'',true) or else UI policy action but inserver-side script business rule i have tried as belowcurrent.setReadonly('impact',true);but not workingcan any one have a idea?