Client script change filed to mandatory in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 03:59 AM
Hi all,
I have a client script that change a specific filed to mandatory.
MY PROBLEM IS : the filed is in other application than global and the client script must be in global because it wont work in csm/fsm worksapce if it is on other application.
so we have the following.
Filed : application - Customer Service
client script : application - Global
and it must be client script because I make other condition via script to detriment if it is mandatory or not
this is the client script
this is the filed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:07 AM
What exactly is your issue? I guess it's not working in SOW?
You have views defined in your client script. SOW uses predefinced views. Make sure you use the right views in either SOW (Workspace View Rules), or your client script.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:15 AM
I'm using the correct View, I checked on other fields and they worked because their application is Global.
Once again my issue is that I want to make the filed mandatory biased on a condition that I wrote in the script. the filed that I want to change to mandatory is on Application "customer service". If I wrote client script in Application "customer service" It well not work in the csm/fsm workspace.
how can I make the filed mandatory in csm/fsm workspace ?