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

How to show the field names in List Collector Variable

sattar3
Tera Contributor

Hello All,

 

I Created a List Collector Variable which is reference to sys_user_delegate table.

I want to show the Delegate details in the list, now its showing only Delegate name but we need to show the delegate start time and delegate end time.

I have added variable attributes as "ref_ac_columns=delegate; starts;ends,ref_ac_columns_search=true"

sattar3_1-1722416230760.png

But not showing the start and end date of the delegation in portal.

sattar3_0-1722416150847.png

Could you please help me on this.

 

@Ankur Bawiskar  @Mark Roethof  @Dr Atul G- LNG 

 

Thanks,

Sattar

 

1 ACCEPTED SOLUTION

LorenzVdV
Tera Guru

Put as variable attributes: ref_auto_completer=AJAXTableCompleter,ref_ac_columns=starts;ends

View solution in original post

1 REPLY 1

LorenzVdV
Tera Guru

Put as variable attributes: ref_auto_completer=AJAXTableCompleter,ref_ac_columns=starts;ends