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
Once try the below script.
function onLoad() {
var abc = g_service_catalog.isOrderGuide();
if(abc == true)
{
g_form.setDisplay('requested_for',false);
}
}
Once check the below link. It may help you.
Cascade an order guide variable
Please Hit ✅Correct(If it is a correct solution) or Hit ✅Helpful(If it is useful).