Make mandatory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2024 04:57 AM
Hello ,
On change table whenever change moves from draft to build stage I want to make some field mandatory .how to achieve this
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2024 05:51 AM
Hi @harry24
Please create a UI policy with required state change conditions and include the fields in UI policy actions and set them mandatory.
Also, if you are using the UI actions to change the state, then you can use g_form.setMandatory("field_name",true);
Please mark it helpful and correct , if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2024 06:28 AM
Hi @harry24 ,
Create a UI Policy / Client script to make the fields mandatory.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2024 06:36 AM
Hi @harry24
You can create UI policy or Client script to achieve this!
"If you found my answer helpful, please give it a like and mark it as the accepted solution. It helps others find the solution more easily and supports the community!"
Thanks & Regards,
Barath.P