- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 04:06 AM
May I know how to show predictive intelligence classifications result in field message?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 04:35 AM
Hi @Yanhong Huang ,
The same code should work in SOW view as well. I checked
Hope you can try this logic to meet you requirements.
if the solution worked for you plz Accept the Solution and Mark it as Helpful so it could benefit fellow devs. Thank you!
Regards,
Muhammad Arafath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 07:50 AM
Hi @Yanhong Huang ,
I think you can make an on change client script on Assignment group field. So whenever assignment group value changes or populate based on the short description you can run the client script and add this line -
g_form.showFieldMsg('assignment_group',''The message you want to display: '+ newValue );
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 12:19 AM
Hi Arafath
Many thanks for your feedback, but I need to enable it in the Service Operation Workspace, would you please advise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 04:35 AM
Hi @Yanhong Huang ,
The same code should work in SOW view as well. I checked
Hope you can try this logic to meet you requirements.
if the solution worked for you plz Accept the Solution and Mark it as Helpful so it could benefit fellow devs. Thank you!
Regards,
Muhammad Arafath