updateListInfoByName
Use this wire adapter to update a list view’s metadata.
See Update List View Metadata.
Parameter Name | Type | Description | Required? |
---|---|---|---|
objectApiName | String | The API name of a supported object. | |
listViewApiName | String | The API name of a list view, such as AllAccounts . | |
displayColumns | String[] | The display columns (field API names) for the list. | |
filterLogicString | String | The filter logic string, such as (1 OR 2) and 3 . Indexes start with 1. | |
filteredByInfo | Object | Filtering information for the list. Type List Filter By Info Input[]. | |
label | String | The list’s display label. For example, All Accounts. | |
listShares | String[] | Objects the list is shared with, if visibility is set to Shared . | |
scope | Object | The scope information for the list. See List Scope Input. | |
visibility | String | The list’s visibility. Valid values are:
|
data
—List Infoerror
–FetchResponse
This code example updates the list view’s label on the button click.
See Also
- Understand the Wire Service
- Handle Errors in Lightning Data Service
- Salesforce Objects Supported by lightning/ui*Api Modules