---
sourceDocument: Australia API Reference
sourceDocumentLink: https://www.servicenow.com/docs/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# GlideListV3 (g_list) - Client (deprecated)

# GlideListV3 (g_list) - Client (deprecated) {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 7 minutes to read

The GlideListV3 API provides methods to manipulate lists.

You access the GlideListV3 methods by using the `g_list` global object. These methods are used in UI context menus and UI actions. The g_list object is not available for related lists on the form
link UI action.  
Note:  
This API is no longer supported. Consider using the [GlideList2()](https://www.servicenow.com/docs/6~HpJY4Ir7fI0DSMBiFOfQ#c_GlideList2API "The GlideList2 API provides methods to customize (v2) lists.") API instead.

## GlideListV3 - addFilter(String filter) {#ariaid-title2}

Adds a single term to the list query filter.
{#r_GLV3-addFilter_S__table_al2_2ly_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| filter | String | Query string condition to add. |
[Table 1. Parameters]

{#r_GLV3-addFilter_S__table_al2_2ly_pv} {#r_GLV3-addFilter_S__table_bl2_2ly_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 2. Returns]

{#r_GLV3-addFilter_S__table_bl2_2ly_pv}

## GlideListV3 - get(String listId) {#ariaid-title3}

Returns the GlideList object for specified list.
{#r_GLV3-get_S__table_ip3_tjg_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| listId | String | The list name. |
[Table 3. Parameters]

{#r_GLV3-get_S__table_ip3_tjg_qv} {#r_GLV3-get_S__table_jp3_tjg_qv__entry__2}

| Type | Description |
|-|-|
| Object | The GlideList object for the specified list, or null if not found. |
[Table 4. Returns]

{#r_GLV3-get_S__table_jp3_tjg_qv}

## GlideListV3 - get(Object DomElement) {#ariaid-title4}

Returns the GlideList object for the specified DOM element.
{#r_GLV3-get_O__table_w1y_qst_sv__entry__3}

| Name | Type | Description |
|-|-|-|
| DomElement | Object | The DOM element ID for which you want the GlideList object. |
[Table 5. Parameters]

{#r_GLV3-get_O__table_w1y_qst_sv} {#r_GLV3-get_O__table_x1y_qst_sv__entry__2}

| Type | Description |
|-|-|
| Object | The GlideList object for the specified DOM element. Returns null if the DOM element is not found. |
[Table 6. Returns]

{#r_GLV3-get_O__table_x1y_qst_sv}

## GlideListV3 - getChecked() {#ariaid-title5}

Returns a comma-separated list of sys_ids for checked items in the list. Does not
return items that are not allowed to be executed.
{#r_GLV3-getChecked__table_pnp_p2f_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 7. Parameters]

{#r_GLV3-getChecked__table_pnp_p2f_qv} {#r_GLV3-getChecked__table_qnp_p2f_qv__entry__2}

| Type | Description |
|-|-|
| String | Comma-separated list of the sys_ids for checked items in the list. Does not return items that are not allowed to be executed. |
[Table 8. Returns]

{#r_GLV3-getChecked__table_qnp_p2f_qv}

## GlideListV3 - getFixedQuery() {#ariaid-title6}

Returns the sysparm_fixed query.
The fixed query is the part of the query that cannot be removed from the breadcrumb (i.e.,
it is fixed for the user). It is specified by including a
sysparm_fixed_query parameter for the application module.
{#r_GLV3-getFixedQuery__table_dsp_qly_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 9. Parameters]

{#r_GLV3-getFixedQuery__table_dsp_qly_pv} {#r_GLV3-getFixedQuery__table_esp_qly_pv__entry__2}

| Type | Description |
|-|-|
| String | The fixed query string for the list. |
[Table 10. Returns]

{#r_GLV3-getFixedQuery__table_esp_qly_pv}

## GlideListV3 - getFormTarget() {#ariaid-title7}

Returns the form's target attribute.
{#r_GLV3-getFormTarget__table_ldm_h5f_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 11. Parameters]

{#r_GLV3-getFormTarget__table_ldm_h5f_qv} {#r_GLV3-getFormTarget__table_mdm_h5f_qv__entry__2}

| Type | Description |
|-|-|
| String | The form's target attribute. |
[Table 12. Returns]

{#r_GLV3-getFormTarget__table_mdm_h5f_qv}

## GlideListV3 - getGroupBy() {#ariaid-title8}

Returns the field or comma-separated list of fields that are used to group the
list.
{#r_GLV3-getGroupBy__table_kwz_ybz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 13. Parameters]

{#r_GLV3-getGroupBy__table_kwz_ybz_pv} {#r_GLV3-getGroupBy__table_lwz_ybz_pv__entry__2}

| Type | Description |
|-|-|
| String | The field or comma-separated list of fields used to group the list. |
[Table 14. Returns]

{#r_GLV3-getGroupBy__table_lwz_ybz_pv}

## GlideListV3 - getListName() {#ariaid-title9}

Returns the name of the list, which is usually the table name.
{#r_GLV3-getListName__table_fd4_nnf_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 15. Parameters]

{#r_GLV3-getListName__table_fd4_nnf_qv} {#r_GLV3-getListName__table_gd4_nnf_qv__entry__2}

| Type | Description |
|-|-|
| String | The list name. |
[Table 16. Returns]

{#r_GLV3-getListName__table_gd4_nnf_qv}

## GlideListV3 - getOrderBy() {#ariaid-title10}

Returns the first field used to order the list.
{#r_GLV3-getOrderBy__table_h1v_mcz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 17. Parameters]

{#r_GLV3-getOrderBy__table_h1v_mcz_pv} {#r_GLV3-getOrderBy__table_i1v_mcz_pv__entry__2}

| Type | Description |
|-|-|
| String | The field used to order the list, or an empty string if the list is not sorted. |
[Table 18. Returns]

{#r_GLV3-getOrderBy__table_i1v_mcz_pv}

## GlideListV3 - getParentTable() {#ariaid-title11}

Returns the name of the parent table (the table associated with the form).
{#r_GLV3-getParentTable__table_blt_xnf_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 19. Parameters]

{#r_GLV3-getParentTable__table_blt_xnf_qv} {#r_GLV3-getParentTable__table_clt_xnf_qv__entry__2}

| Type | Description |
|-|-|
| String | The parent table name. |
[Table 20. Returns]

{#r_GLV3-getParentTable__table_clt_xnf_qv}

## GlideListV3 - getQuery(Object options) {#ariaid-title12}

Returns the encoded query string for the list.
{#r_GLV3-getQuery_O__table_mdc_nmy_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| options | Object | The options can be one or more of the following. * orderby - include ORDERBY in the query * groupby - include GROUPBY in the query * fixed - include sysparm_fixed_query in the query * all - include all the options in the query {#r_GLV3-getQuery_O__ul_b1q_zmy_pv} |
[Table 21. Parameters]

{#r_GLV3-getQuery_O__table_mdc_nmy_pv} {#r_GLV3-getQuery_O__table_ndc_nmy_pv__entry__2}

| Type | Description |
|-|-|
| String | Encoded query string for the list. |
[Table 22. Returns]

{#r_GLV3-getQuery_O__table_ndc_nmy_pv}

## GlideListV3 - getReferringUrl() {#ariaid-title13}

Returns the referring URL.
{#r_GLV3-getReferringUrl__table_wdy_hgz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 23. Parameters]

{#r_GLV3-getReferringUrl__table_wdy_hgz_pv} {#r_GLV3-getReferringUrl__table_xdy_hgz_pv__entry__2}

| Type | Description |
|-|-|
| String | Returns the parent form's URL, or '\*' if there is no parent form. |
[Table 24. Returns]

{#r_GLV3-getReferringUrl__table_xdy_hgz_pv}

## GlideListV3 - getRelated() {#ariaid-title14}

Returns the related list field that associates the related list to the parent
form.
{#r_GLV3-getRelated__table_mqw_j4f_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 25. Parameters]

{#r_GLV3-getRelated__table_mqw_j4f_qv} {#r_GLV3-getRelated__table_nqw_j4f_qv__entry__2}

| Type | Description |
|-|-|
| String | Field that connects the list to the parent form. |
[Table 26. Returns]

{#r_GLV3-getRelated__table_nqw_j4f_qv}

## GlideListV3 - getRelatedListType() {#ariaid-title15}

Returns the related list type.
{#r_GLV3-getRelatedListType__table_hj3_2pf_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 27. Parameters]

{#r_GLV3-getRelatedListType__table_hj3_2pf_qv} {#r_GLV3-getRelatedListType__table_ij3_2pf_qv__entry__2}

| Type | Description |
|-|-|
| String | The relationship table type. |
[Table 28. Returns]

{#r_GLV3-getRelatedListType__table_ij3_2pf_qv}

## GlideListV3 - getRelationshipId() {#ariaid-title16}

Returns the relationship record id, if this is type REL related list.
{#r_GLV3-getRelationshipId__table_bzd_54f_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 29. Parameters]

{#r_GLV3-getRelationshipId__table_bzd_54f_qv} {#r_GLV3-getRelationshipId__table_czd_54f_qv__entry__2}

| Type | Description |
|-|-|
| String | The sys_id of the relationship record. |
[Table 30. Returns]

{#r_GLV3-getRelationshipId__table_czd_54f_qv}

## GlideListV3 - getRowCount() {#ariaid-title17}

Returns the number of rows returned by the query.
{#r_GLV3-getRowCount__table_jtm_1dz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 31. Parameters]

{#r_GLV3-getRowCount__table_jtm_1dz_pv} {#r_GLV3-getRowCount__table_ktm_1dz_pv__entry__2}

| Type | Description |
|-|-|
| Number | The number of rows returned by the query. |
[Table 32. Returns]

{#r_GLV3-getRowCount__table_ktm_1dz_pv}

## GlideListV3 - getRowsPerPage() {#ariaid-title18}

Returns the number of rows to be displayed on a page.
{#r_GLV3-getRowsPerPage__table_x4n_4rz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 33. Parameters]

{#r_GLV3-getRowsPerPage__table_x4n_4rz_pv} {#r_GLV3-getRowsPerPage__table_y4n_4rz_pv__entry__2}

| Type | Description |
|-|-|
| Number | The number of rows to be displayed on a page. |
[Table 34. Returns]

{#r_GLV3-getRowsPerPage__table_y4n_4rz_pv}

## GlideListV3 - getTableName() {#ariaid-title19}

Returns the table name of the list.
{#r_GLV3-getTableName__table_hgc_npf_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 35. Parameters]

{#r_GLV3-getTableName__table_hgc_npf_qv} {#r_GLV3-getTableName__table_igc_npf_qv__entry__2}

| Type | Description |
|-|-|
| String | The list's table name. |
[Table 36. Returns]

{#r_GLV3-getTableName__table_igc_npf_qv}

## GlideListV3 - getTitle() {#ariaid-title20}

Returns the list title.
{#r_GLV3-getTitle__table_p5d_ypf_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 37. Parameters]

{#r_GLV3-getTitle__table_p5d_ypf_qv} {#r_GLV3-getTitle__table_q5d_ypf_qv__entry__2}

| Type | Description |
|-|-|
| String | The list title. |
[Table 38. Returns]

{#r_GLV3-getTitle__table_q5d_ypf_qv}

## GlideListV3 - getView() {#ariaid-title21}

Returns the view used to display the list.
{#r_GLV3-getView__table_wgm_hqf_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 39. Parameters]

{#r_GLV3-getView__table_wgm_hqf_qv} {#r_GLV3-getView__table_xgm_hqf_qv__entry__2}

| Type | Description |
|-|-|
| String | The name of the view |
[Table 40. Returns]

{#r_GLV3-getView__table_xgm_hqf_qv}

## GlideListV3 - isUserList() {#ariaid-title22}

Returns true if the list has been personalized by the user.
{#r_GLV3-isUserList__table_aqq_q3g_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 41. Parameters]

{#r_GLV3-isUserList__table_aqq_q3g_qv} {#r_GLV3-isUserList__table_bqq_q3g_qv__entry__2}

| Type | Description |
|-|-|
| Boolean | True if the list layout has changed. |
[Table 42. Returns]

{#r_GLV3-isUserList__table_bqq_q3g_qv}

## GlideListV3 - refresh(Number firstRow, Object additionalParams) {#ariaid-title23}

Refreshes the list. The orderBy part of the list filter is ignored so that the list's
natural ordering is used.
{#r_GLV3-refresh_N_O__table_csv_qdz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| firstRow | Number | (Optional) The first row to display in the list. If not specified, the list's current first row is used. |
| additionalParams | Object | (Optional) Name- value pairs that are submitted with the list refresh request. |
[Table 43. Parameters]

{#r_GLV3-refresh_N_O__table_csv_qdz_pv} {#r_GLV3-refresh_N_O__table_dsv_qdz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 44. Returns]

{#r_GLV3-refresh_N_O__table_dsv_qdz_pv}

## GlideListV3 - refreshWithOrderBy(Number firstRow, Object additionalParams) {#ariaid-title24}

Refreshes the list using the orderBy fields.
{#r_GLV3-refreshWithOrderBy_N_O__table_x41_zgz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| firstRow | Number | (Optional) The first row to display in the list. If not specified, the list's current first row is used. |
| additionalParams | Object | (Optional) Name- value pairs that are submitted with the list refresh request. |
[Table 45. Parameters]

{#r_GLV3-refreshWithOrderBy_N_O__table_x41_zgz_pv} {#r_GLV3-refreshWithOrderBy_N_O__table_y41_zgz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 46. Returns]

{#r_GLV3-refreshWithOrderBy_N_O__table_y41_zgz_pv}

## GlideListV3 - setFilter(String filter, Boolean saveOrderBy, Boolean saveGroupBy) {#ariaid-title25}

Sets the encoded query string for the list ignoring the orderBy and groupBy parts of
the query string.
{#r_GLV3-setFilter_S_B_B__table_imb_l1z_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| filter | String | An encoded query string. |
| saveOrderBy | Boolean | The default is false. When true uses the orderBy part of the query. |
| saveGroupBy | Boolean | The default is false. When true uses the groupBy part of the query. |
[Table 47. Parameters]

{#r_GLV3-setFilter_S_B_B__table_imb_l1z_pv} {#r_GLV3-setFilter_S_B_B__table_jmb_l1z_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 48. Returns]

{#r_GLV3-setFilter_S_B_B__table_jmb_l1z_pv}

## GlideListV3 - setFilterAndRefresh( String filter) {#ariaid-title26}

Sets the encoded query string for the list, and then refreshes the list using the new
filter.
This preserves the groupby and orderby parameters.
{#r_GLV3-setFilterAndRefresh_S__table_vdp_3bz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| filter | String | Encoded query string. |
[Table 49. Parameters]

{#r_GLV3-setFilterAndRefresh_S__table_vdp_3bz_pv} {#r_GLV3-setFilterAndRefresh_S__table_wdp_3bz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 50. Returns]

{#r_GLV3-setFilterAndRefresh_S__table_wdp_3bz_pv}

## GlideListV3 - setFirstRow(Number firstRow) {#ariaid-title27}

Sets the first row to be displayed when the list is refreshed.
{#r_GLV3-setFirstRow_N__table_rp3_2pz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| firstRow | Number | The row number in the list. |
[Table 51. Parameters]

{#r_GLV3-setFirstRow_N__table_rp3_2pz_pv} {#r_GLV3-setFirstRow_N__table_sp3_2pz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 52. Returns]

{#r_GLV3-setFirstRow_N__table_sp3_2pz_pv}

## GlideListV3 - setFormTarget(String target) {#ariaid-title28}

Specifies where to display the response from the form.
{#r_GLV3-setFormTarget_S__table_wyy_ptf_qv__entry__3}

| Name | Type | Description |
|-|-|-|
| target | String | The form.target attribute value to use. |
[Table 53. Parameters]

{#r_GLV3-setFormTarget_S__table_wyy_ptf_qv} {#r_GLV3-setFormTarget_S__table_xyy_ptf_qv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 54. Returns]

{#r_GLV3-setFormTarget_S__table_xyy_ptf_qv}

## GlideListV3 - setGroupBy(String groupBy) {#ariaid-title29}

Sets the groupBy criteria for the list, for a single field or
multiple fields.
For a single field, use field or groupByField. The groupBy prefix is optional. For multiple
fields use `field1^field2^field3` or
`groupByField1^groupByField2^groupByField3`.
{#r_GLV3-setGroupBy_S__table_jy3_tpz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| String | groupBy | The group by criteria for the list. |
[Table 55. Parameters]

{#r_GLV3-setGroupBy_S__table_jy3_tpz_pv} {#r_GLV3-setGroupBy_S__table_ky3_tpz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 56. Returns]

{#r_GLV3-setGroupBy_S__table_ky3_tpz_pv}

## GlideListV3 - setOrderBy(String orderBy) {#ariaid-title30}

Sets the orderBy criteria for the list.
For a single order by field use orderBy field or
orderByDescField. For multiple fields, use
`orderByField1^orderByField2^orderByField3`. orderBy
specifies ascending order and orderByDesc specifies descending. These prefix strings are
optional. If not specified orderBy is assumed.
{#r_GLV3-setOrderBy_S__table_xcj_mqz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| orderBy | String | Single or multiple order by fields. |
[Table 57. Parameters]

{#r_GLV3-setOrderBy_S__table_xcj_mqz_pv} {#r_GLV3-setOrderBy_S__table_ycj_mqz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 58. Returns]

{#r_GLV3-setOrderBy_S__table_ycj_mqz_pv}

## GlideListV3 - setReferringUrl(String url) {#ariaid-title31}

Sets the parent form referring url.
{#r_GLV3-setReferringUrl_S__table_ags_r2z_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| url | String | The parent form's URL |
[Table 59. Parameters]

{#r_GLV3-setReferringUrl_S__table_ags_r2z_pv} {#r_GLV3-setReferringUrl_S__table_bgs_r2z_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 60. Returns]

{#r_GLV3-setReferringUrl_S__table_bgs_r2z_pv}

## GlideListV3 - setRowsPerPage(Number numRows) {#ariaid-title32}

Set the number of rows to display on a page.
{#r_GLV3-setRowsPerPage_N__table_m4b_2rz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| numRows | Number | The number of rows to display on a page. |
[Table 61. Parameters]

{#r_GLV3-setRowsPerPage_N__table_m4b_2rz_pv} {#r_GLV3-setRowsPerPage_N__table_n4b_2rz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 62. Returns]

{#r_GLV3-setRowsPerPage_N__table_n4b_2rz_pv}

## GlideListV3 - showHideGroups(Boolean showFlag) {#ariaid-title33}

Displays or hides all of the groups within the list and saves the current
collapsed/expanded state of the groups as a user preference.
{#r_GLV3-showHideGroups_B__table_fpw_2sz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| showFlag | Boolean | When true, displays the groups within the list. |
[Table 63. Parameters]

{#r_GLV3-showHideGroups_B__table_fpw_2sz_pv} {#r_GLV3-showHideGroups_B__table_gpw_2sz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 64. Returns]

{#r_GLV3-showHideGroups_B__table_gpw_2sz_pv}

## GlideListV3 - showHideList(Boolean showFlag) {#ariaid-title34}

Displays or hides the list and saves the current collapsed/expanded state of the list
as a user preference.
{#r_GLV3-showHideList_B__table_ijm_ssz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| showFlag | Boolean | When true, displays the list. |
[Table 65. Parameters]

{#r_GLV3-showHideList_B__table_ijm_ssz_pv} {#r_GLV3-showHideList_B__table_jjm_ssz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 66. Returns]

{#r_GLV3-showHideList_B__table_jjm_ssz_pv}

## GlideListV3 - sort(String field) {#ariaid-title35}

Sort the list in ascending order.
{#r_GLV3-sort_S__table_thx_xtz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| field | String | The field to be used to sort the list. |
[Table 67. Parameters]

{#r_GLV3-sort_S__table_thx_xtz_pv} {#r_GLV3-sort_S__table_uhx_xtz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 68. Returns]

{#r_GLV3-sort_S__table_uhx_xtz_pv}

## GlideListV3 - sortDescending(String field) {#ariaid-title36}

Sorts the list in descending order.
{#r_GLV3-sortDescending_S__table_kkg_s5z_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| field | String | The field used to sort the list. |
[Table 69. Parameters]

{#r_GLV3-sortDescending_S__table_kkg_s5z_pv} {#r_GLV3-sortDescending_S__table_lkg_s5z_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 70. Returns]

{#r_GLV3-sortDescending_S__table_lkg_s5z_pv}

## GlideListV3 - toggleList() {#ariaid-title37}

Toggles the list display between collapsed and expanded, and saves the state as a user
preference.
{#r_GLV3-toggleList__table_ffj_kvz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 71. Parameters]

{#r_GLV3-toggleList__table_ffj_kvz_pv} {#r_GLV3-toggleList__table_gfj_kvz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 72. Returns]

{#r_GLV3-toggleList__table_gfj_kvz_pv}

## GlideListV3 - toggleListNoPref() {#ariaid-title38}

Toggles the list display between collapsed and expanded, but does not save the state as
a user preference.
{#r_GLV3-toggleListNoPref__table_qwh_wvz_pv__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 73. Parameters]

{#r_GLV3-toggleListNoPref__table_qwh_wvz_pv} {#r_GLV3-toggleListNoPref__table_rwh_wvz_pv__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 74. Returns]

{#r_GLV3-toggleListNoPref__table_rwh_wvz_pv}

