How to render placeholders on fields for Service Operation Workspace
The mehtods of g_form.getElement("field_name"); and field.setAttribute('placeholder', "hint for the field"); in onLoad client script work well for Core UI, but why this doesn't work for Service Operations Workspace? What are the correct methods to b...