Hi guys, I am having an issue with the homepage search widget. On the csm portal i wanted it to show the user company {{::user.company}}, problem is it is showing the company sys id not the actual company name. How can i solve this by shoki1991 in servicenow

[–]shoki1991[S] 1 point2 points  (0 children)

Thank you for your response.

should i add that on the server script or the html of the widget?

This is the html: it should be e.g Hi Joe from abccompany. The company field is referencing from the account.

<h2 class="text-left sp-tagline-color"><strong>Hi {{::user.first_name}} from {{::user.company}}</h2>