- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 09:51 PM
Hi .
i have a requirement .
to create a UI action - "Monitoring" in problem table
when click on the button , it should check if at least one child task(action table) related to problem record exists.
if not exists, it should throw an error message - "at least one action record needs to be created to move to monitoring"
all these should execute on client side .
because in sever side if we execute , state value will move to "monitoring" and error message will be displayed and after refreshing it will move back to previous state, so we need to avoid this confusion to users
also the same requirement should work in service operation workspace .
Can anyone please suggest how to build the code "GLideajax call" and validate if at least one action related to problem exists and should execute this in client side?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 06:57 AM
Hi,
How to execute the same behaviour in Workspace as well
what script do I need to configure in workspace client script? can you help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 06:56 AM
Hi,
How to execute the same behaviour in Workspace as well?
what script do I need to configure in workspace client script? can you help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 10:30 PM
Hi @seethapathy ,
this is working as expected in backend, but how to make this to work in service operation workspace? do you have any idea?