
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 02:58 AM
After creating a business rule for work order tasks to validate if the start time is within access hours, with the filters and logic included in the screenshots provided, the expected info message only pops up for about 1-2 seconds in Customer Order Management -> Configurable Workspace Home.
If we change the window start time or the access hours themselves it pops up perfectly, and we expect the same behaviour if we change the scheduled start time, but for some unknown reason it doesn't seem to work.
The info messages display fine on the actual work order task themselves.
Any suggestions would be greatly appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 03:38 AM
Hey,
It usually doesn't happen, the BR looks alright and if the message is popping up, there must be some client script that runs and clearing the message from the form.
Can you look for the culprit in your client script/UI policies(less chances here, should be in client scripts)
Also, look for server side, if there are any flush calls there in BR
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2023 09:10 PM
Hi Jack, I am also struggling for the same client script that clears server side messages. Can you please share the script that was clearing messages from within the UI Policy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 03:38 AM
Hi
Try using gs.addErrorMessage("Your message"); instead of Info message.?
Regards
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 04:50 AM
Hey Musab, thanks for the response.
It unfortunately appears that the same issue persists when switching to an error message.