Click of OK-> OK_Validation
Tue Jan 07 2025 15:46:30 GMT+0000 (Coordinated Universal Time)
Saved by
@Pooja
val = isBlank(input.Value);
if(Status == "SO" || Status == "AmendSO")
{
//openUrl("#Report:Sales_Order_Report","same window");
openUrl("#Report:Sales_Order_Process","same window");
}
else if(Status == "UNBlOCK")
{
openUrl("#Page:Planning","same window");
}
else if(Status == "WO")
{
openUrl("#Page:Planning","same window");
}
content_copyCOPY
Comments