Resolved! Best practice to make read only variables editable in each task?
In our environment I have a request to make all variables in requested item view read only. Which is easy enough, I have a ui policy on the sc_req_item table with the below script that marks all variables read only. function onCondition() { g_form...