Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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