- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 01:03 AM
Hello everyone I'm currently working on Request Approval UI action where I need a popup onClick, I need to make it mandatory so I have to remove the close(x) button from the dialogue box and make it mandatory to Calculate risk can someone help me with this.
Here's the code I'm using to show the pop up:
-----------------------------------------------------------------------------------------------
UI Page:
UI Page Client Script:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 01:22 AM - edited 12-11-2024 01:23 AM
Hi @labandar ,
You need set a second parameter in your GlideModal declaration:
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 01:22 AM - edited 12-11-2024 01:23 AM
Hi @labandar ,
You need set a second parameter in your GlideModal declaration:
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 01:25 AM
@Bhavya11 Thank you! much appreciated.