- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 11:00 PM
Hi,
Need to change default value for priority field in MSIM workspace. created UI policy to do the same but it's not working. And we can not change it from dictionary level as it is inherited from task table.
Please suggest.
Thanks,
Solved! Go to Solution.
- Labels:
-
MSIM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 04:27 AM
Client script and UI policy both didn't work in our case on workspace, so created before insert business rule. This resolves the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 12:21 AM
@Community Alums
For form level it's working like on sn_msi_incident table but when I checked on MSIM workspace it didn't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 02:29 AM
HI @Pranali18 ,
then write your code which would run only for the workspace view
Something like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 03:11 AM
@Community Alums
This also I tried but it throws error invalid update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 04:27 AM
Client script and UI policy both didn't work in our case on workspace, so created before insert business rule. This resolves the issue.