We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Add attribute to user search field on portal

andrewbettc
Kilo Sage

That's all I want to do. My first thought was to amend the attributes. I'm on the type=collection dictionary entry on sys_user and my attributes say this:

all_tables.text_index_translations=true,display_image=photo,global_search_config_handler=UserConfig,ih_process_sync_enabled=true,iterativeDelete=true,kagami_csindex_enabled=true,metadata_link_exempt=true,ref_ac_columns=email;employee_number,ref_ac_columns_search=true,ref_ac_order_by=name,ref_auto_completer=AJAXTableCompleter,slushbucket_omit_embedded=true

 

There's a lot of stuff in there that I don't know about but it has all the ones I think are required for the attributes to work on the portal. I added "employee_id" to ref_ac_columns and it works on the caller field on an incident but doesn't work in the portal.

Can this be done without cloning the widget? 

0 REPLIES 0