MSIM Workspace

Pranali18
Tera Expert

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, 

1 ACCEPTED SOLUTION

Pranali18
Tera Expert

Client script and UI policy both didn't work in our case on workspace, so created before insert business rule. This resolves the issue.

View solution in original post

8 REPLIES 8

@Community Alums 
For form level it's working like on sn_msi_incident table but when I checked on MSIM workspace it didn't.

Community Alums
Not applicable

HI @Pranali18 ,

then write your code which would run only for the workspace view

SandeepDutta_0-1717147614799.png

 

 

Something like this:

SandeepDutta_1-1717147755201.png

 

@Community Alums 
This also I tried but it throws error invalid update.

Pranali18
Tera Expert

Client script and UI policy both didn't work in our case on workspace, so created before insert business rule. This resolves the issue.