How to access Work Notes value in Client Script
Hi Team, I want to access work notes in client script, but i am getting empty value. var table_name = g_form.getTableName(); var rej_comm = "Cancellation/Closed Incomplete/Rejected Reason: "; var oldWorkNotes = g_form.getValue('work_notes'); alert...
