- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 12:38 PM
Hello,
I want to make my List Collector a little nicer. I have seen other forms where you see a field box (Text box) and you can type the name.. you can select the name.. the name will be added to the textbox, and you can keep adding multiple names on that text box.
I believe that value attribute is:
no_filter,ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;user_name;ref_ac_order_by=name,ref_ac_columns_search=true
When I add that "code" to my value attribute, I only see the no_filter layout... is it because the AJAX does not work on record producers? only Catalog?
Thank you
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 07:34 AM
You can re-size any variable by using the Variable Width field on the Type Specifications tab
or you can also put it within a container that has a split to force it into a half (or a third if you nest the containers and splits) of the dynamic screen width.
To add another field to those displayed, I assume you're talking about the area below the list
To define the fields that are displayed below the list collector, navigate to a URL similar to this
https://dev80887.service-now.com/sys_user_list.do?sysparm_view=sys_ref_list
Replacing your instance name at the beginning, and notice that the name of the List table follows the instance name. Making this change will affect all list collector variables that reference the same table. The URL will display a certain list view of that table, showing the columns you currently see below the variable. Just like any other list, right-click in the headers and select Configure > List Layout to choose the desired columns and order. Once you save the layout and return to wherever you're populating the list collector variable, you will see the new layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 07:34 AM
You can re-size any variable by using the Variable Width field on the Type Specifications tab
or you can also put it within a container that has a split to force it into a half (or a third if you nest the containers and splits) of the dynamic screen width.
To add another field to those displayed, I assume you're talking about the area below the list
To define the fields that are displayed below the list collector, navigate to a URL similar to this
https://dev80887.service-now.com/sys_user_list.do?sysparm_view=sys_ref_list
Replacing your instance name at the beginning, and notice that the name of the List table follows the instance name. Making this change will affect all list collector variables that reference the same table. The URL will display a certain list view of that table, showing the columns you currently see below the variable. Just like any other list, right-click in the headers and select Configure > List Layout to choose the desired columns and order. Once you save the layout and return to wherever you're populating the list collector variable, you will see the new layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 01:58 PM
Hello Brad,
I am not using a catalog form, I am using a Record Producer.
I do not see the option variable width