Question popup modal message client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 05:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 07:00 PM
Hi @Jessica28,
Seems like you are using a UI Action to change the 'state' of the CR and using the onChange Client script to prompt a popup modal. It's likely that the UI Action is updating the record and refreshing the page which is clearing the modal.
You would have to add your script in the UI Action instead.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 08:30 PM
Thank you for your assistance @James Chun .
What I am trying to achieve is, when the state changes to 'Schedule', I want to display a popup message reminding the user to attach a form. Once they click on the 'OK' button in the popup, they can proceed using the UI action. The 'Schedule' UI action is an out-of-the-box function that I prefer not to modify. Do you have any suggestions on how to implement this using a popup modal message? It would provide a much nicer user experience.
It is working fine, if I change it to an Alert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 01:22 PM
Hi @Jessica28,
What sort of form are we talking about here?
Is the attachment mandatory before a Change can be scheduled? If so, having a pop-up would not be enough.
Prompting the pop-up every time can be 'annoying' and degrade user experience because the user may have already attached a form.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 06:14 PM
Hi @James Chun
I totally agree with you. It can become 'annoying' after a while. The popup is simply intended as a reminder. Do you have any suggestions on how we should handle this?