How to show predictive intelligence classifications result in field message

Yanhong Huang
Tera Contributor

 

May I know how to show predictive intelligence classifications result in field message?

YanhongHuang_0-1747047747375.png

 

1 ACCEPTED SOLUTION

Hi @Yanhong Huang ,

 

The same code should work in SOW view as well. I checked 

 

Arafath_1-1747136092930.png

 

Arafath_0-1747136056843.png

 

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

 

View solution in original post

3 REPLIES 3

Arafath
Tera Guru

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 );

Hi Arafath

 

Many thanks for your feedback, but I need to enable it in the Service Operation Workspace, would you please advise?

 

 

Hi @Yanhong Huang ,

 

The same code should work in SOW view as well. I checked 

 

Arafath_1-1747136092930.png

 

Arafath_0-1747136056843.png

 

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