We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi Jay,I'm bit confused hereYou can modify the '//now iterate the answers' section. Could you please inform me exactly where(which script include / UI action) I need to make changes to capture the Risk assessment answers to change request form.Thanks...
Hi Bhadley and Justin,Since User field is of Reference type, no need to use the GlideRecord function.Use GetReference function to fetch the user details from the form.function onChange(control, oldValue, newValue, isLoading) { userObject = g_form.ge...