make field read only
Hello,I've created a catalog item and need to set a field to read-only. I attempted to use an onLoad client script with: g_form.setReadOnly('variable_name', true); However, this approach didn’t work.The variable in question is a single-line text fie...