Script for Mandating Asset field in Request Creation/Edit page
Script for Mandating Asset field in Request Creation/Edit page
Please Use the below script in FAFR to mandate Asset field in the Request Creation/Edit page
if(jQuery("#selectedCIs").val() == ""){ alert("Asset(s) field cannot be empty."); $CS.stopFormSubmission(); }