Make mandatory benefit plan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 03:56 AM
Hi Community,
My requirement is to check for benefit_plan record is attached or not on demand form, when demand is in submitted state and demand phase is in submission . So whenever the validate UI action will be clicked it will check for benefit plan is available or not , if not then make it mandatory.
Thanks,
Reena Kumari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 05:19 AM
Hi @Reena Kumari2 ,
You can review the UI Action running on table [ dmn_demand ] and apply the desire logic of benefit_plan check.
Write code to check any record of current demand in this table [ benefit_plan ] else show the error message on screen.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution