Can a field become mandatory before submit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 05:20 AM
I currently have two states 'Draft' and 'Analizing'
When loading the 'New' form it only asks as mandatory one field, but before moving from state 'Draft' to 'Analizing' I want to make other fields mandatory and don't let the user move on.
Is that possible or is it best practice to manage mandatory fields on different states?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 07:40 AM
Hi Andres,
You dont want to submit the form Right?
First you have to make it mandatory and then again you want to submit it right?
Thank you,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 07:46 AM
Yes,
They can save the form, but only when clicking 'Submit' the form should stop the submitting and make all X fields mandatory.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 09:35 AM
This is strange, i mean even if we save submit is going to get called.
To avoid this we need to handle this using button UI action name.
Let me check this.
Thank you,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 07:51 AM
You can make changes in script of Catalog Client script in OnSubmit type for making the following fields as mandatory while submitting