Copying variable values of RITM to a record Producer via UI Action
Hi All, I have a requirement to create a button on RITM form that converts the current RITM to an Incident.I am trying to redirect the UI action to a record producer as below var ritmNumber = g_form.getValue('number'); var url = 'com.glideapp....
