Where is the "The following mandatory fields are not filled in" alert message set up for the record producer?

sonofliber
Giga Contributor

Hi, im trying to find the  "The following mandatory fields are not filled in"  alert pop up that one gets when they try to submit a record producer without a mandatory field filled in. But i cant find it, i checked the business rules and client scripts of the record producer but to no luck, any idea were it is?

8 REPLIES 8

Deepak Kumar5
Kilo Sage

It comes from inbuilt catalog JS file -js_includes_catalog

Deepak Hi, were would that JS be located? can it be accessed?

Nikhil Dixit
Giga Expert

Hi,

 

Could you please share Screenshot of the error ?

 

Thanks,

Nikhil Dixit

Hi,

 

To debug, create an onSubmit script printing the 'field' value

like alert(g_form.getValue('field name');

and check whether there is value or not before submission

 

I am sure it will help you. Please mark this post correct and helpful.

 

Thanks,

Nikhil Dixit