How to find where an alert pop up is coming from

Ali Zelmat
Tera Contributor

There is a pop up alert on the Propose Solution UI action that shows the following.  Note, I may have altered the OOB messaging. I don't recall if we used the OOB message or not.  

find_real_file.png

I am just not sure what is generating the popup.  

 

UI Action code doesn't directly create the info alert. It leads to a State Flow: 

find_real_file.png

 

State Flow code.  The alert messages in this state flow aren't generating when we click the button:

find_real_file.png

I suspect there some business rule and/or script include that generates that pop up above.  I just cannot figure out where and believe it's some OOB construct related to case management.  Anyone have a suggestion or know where else the message may be coming from? 

 

4 REPLIES 4

bammar
Kilo Sage
Kilo Sage

You can take that string and go to Script Includes and do a keyword search, do the same for client script, BR - global search may work sometimes to find that in BR, or client script

Palak Gupta
Tera Guru
Tera Guru

Hello Ali,

The message which you are getting is an error message. You can bring "script" column in list view of business rule/script include and try to search it with the message you are getting or with a search that includes "*errormessage" in script column for that particular table.

 

Please mark if helpful if it resolves your issue.

Regards,

Palak Gupta

Thanks, Palak. I've tried this but still didn't find where this is coming from.  I'm totally baffled on where this alert lives. 

Hi Ali

 

I just spent like 3 hours to find it😓 - here's how it worked for me (found it trough global search):

 

  1. sys_client_script.LIST
  2. Name: Validate Resolution Information (Case)
  3. adjust the values in the field "Messages"
  4. adjust the values in the script according to the changes you made in step 3
  5. if necessary, don't forget to adjust the sys_ui_message - entries for the translations

 

Hope this helps, mark it if so 🙂

 

Cheers.

Patrick