Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Customer Portal reference search variable for Languages

dschiffer
Tera Contributor

We have 4 languages in total enabled on our platform (English, German, Dutch and Spanish).  Within several catalog items we have a variable that searches the cmdb_ci table to display results back to the user based upon what they are entitled to see.  When the user has a language of English the search works fine.  But if the user is any language other than English the search pulls back null, why?

 

The issue only occurs within our /csm portal page.  If I take an ITIL/CSM user and use the same catalog item in the desktop UI and they are a non-English user the search works fine.

 

As a test I went to the table sys_translated_text and added a configuration item name value for German, then impersonate that German user in /csm UI and this did not work either.

 

Anyone have any advise?

2 REPLIES 2

Peter Bodelier
Giga Sage

Hi @dschiffer 

 

Maybe this helps:

Global/List search is not returning expected results for non english languages. - Support and Troubl...


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

That is not the issue as if I impersonate a non-English user in the Desktop UI I can search successfully.  So the issue is narrowed down to the /csm UI and variables within a catalog item as global search works successful in the /csm UI as well for non-English users.