@servicenow/sdk - v4.7.0
    Preparing search index...
    • Creates a list view for tables (sys_ui_list)

      Type Parameters

      Parameters

      • config: List<T>

        an object containing the following properties:

        • table - name of the table for the list
        • columns - an array of columns in the table to display in the list
        • view - the UI view (sys_ui_view) to apply to the list
        • parent - the table on which the related list appears
        • relationship - the relationship (sys_relationship) to apply to the related list

        Note: It's not recommended to update the list directly from sys_ui_list table. Instead, use the List Layout editor to create/update lists on instance.

      Returns List<T>