Process flow formatter
https://docs.servicenow.com/bundle/istanbul-platform-administration/page/administer/form-administration/reference/r_ProcessFlowFormatter.html
Reference Qualifiers
service catalog variables
change the display columns for searching in reference fields
use the following - columns desired highlighted in yellow:ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email,ref_ac_columns_search=true,ref_ac_display_value=false
Then becomes searchable on the additional columns:
As Per:
https://docs.servicenow.com/bundle/kingston-it-service-management/page/product/service-catalog-management/reference/variable-attributes.html#d483703e253
https://docs.servicenow.com/bundle/istanbul-platform-administration/page/administer/field-administration/task/t_RemoveTheDisplayValueColumn.html
If wanting to use a GlideRecord to query() a field that has attributes. How would you go about retrieving the value of the 2nd column. So you have this
ReplyDelete`ref_ac_columns=user_name;email,` how would you query for the value of `email` using GlideRecord?
perhaps using a split on the ';' ?
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteGood Content Post of Servicenow Ui Sir Thank U So Much
ReplyDeletethanks Shashank!
Delete