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 @Shrivatsa Hegde ,You can write a script include and call it in reference qualifier. I have done the same for category and sub-category I have attached the screenshot below.Script include Mark my answer Helpful & Accepted if I have answered your ...
Hi @Deepika61 ,I have a solution for your requirement refer to the code below: function onSubmit() { //Type appropriate comment here, and begin script below var sdt = new Date(g_form.getValue('u_start_date')); var edt = new Date(g_form.ge...
Hi @jramirez1 ,I have made some changes to the UI-policy. I have attached the screenshot below. Help others to find a correct solution by marking the appropriate response as correct answer and helpful.
Hi @jramirez1 ,You can achieve your requirement by writing 2 on-change client scripts. I have attached the code screenshot below refer to it. Help others to find a correct solution by marking the appropriate response as correct answer and helpf...