Where is the "The following mandatory fields are not filled in" alert message set up for the record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 08:36 PM
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?
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 10:09 PM
It comes from inbuilt catalog JS file -js_includes_catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2018 08:31 AM
Deepak Hi, were would that JS be located? can it be accessed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 10:24 PM
Hi,
Could you please share Screenshot of the error ?
Thanks,
Nikhil Dixit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 10:30 PM
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