Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The list view component represents a list of records that you created or have read or write access to and records shared with you of an object

  • One object can have multiple list views.

  • However, one list view can show the record of a single object

Attributes

...

1. Object

  • You need to select the object for which you want to create the list view

  • This list shows object names that you created or objects that are shared with you

2. List View Name

  • To show records of objects in list view format select list view from the list

  • One object can have multiple list views

3. is Listview Selectable

  • This allows you to change the listview runtime

  • If selected it shows drop-down icon in the listview header

...

4. is Object Selectable

  • This allows you to change the object runtime

  • If selected it shows a drop-down icon in the listview header

5. Table Actions

  • You can create multiple actions on the list view

  • These actions are mainly used to perform create, read, update or delete operations on object

6. Row Action

  • Actions to be performed at the record level

  • These actions are mainly used to perform read, update or delete a single record

List view creation

You need to provide the following information while whatile creating a list view

...

  1. Label: Label is used to identify the list view at the UI. You can have multiple list views with the same label in an instance, the label of the listview can be edited if needed

  2. Name: The name is the combination of the instance prefix (the unique identifier of the instance) and the given label joined with double underscores which are used to uniquely identifies the list view within the PWR Apps platform. Hence, it is used to perform backend operations

    • For example, if the instance prefix is “inst” and the label of the listview is “List View”, then then the name of the list view will be “inst__listView”

  3. Object: You need to select the object for which you want to create the list view

  4. Sharing Settings: To manage access to the list view. The List view access can be:

    • Only Me: Only the creator of the list view can access the list view

    • Public: All the members of the instance can access the list view

    • Specific User or Profile: You can define the set of users or profiles who can access the list view

...