tomansley / SimpliListViews

Salesforce List Views App Package
GNU General Public License v3.0
0 stars 0 forks source link

Allow admins to select an object so that the select object picklist does not show up for users when it isn't needed #135

Closed heybethfrench closed 1 year ago

heybethfrench commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I am looking into using your component on an Experience Site for list views related to cases.

Describe the solution you'd like A clear and concise description of what you want to happen.

Because we only want the list view to display for one Object, it would be great if the picklist to select an object did not render to reduce clicks for the end user. Or that it would autopopulate 'Case' and display the second picklist with the related case listviews.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

tomansley commented 1 year ago

Great idea!

Let me look at what it would mean to get this in. I think it would be useful for many users.

Will keep you posted.

heybethfrench commented 1 year ago

Awesome. I think it might be as simple as checking to see if your comma delimited list had commas in it first, and then conditionally rendering the object picklist based on that.

tomansley commented 1 year ago

This functionality will be available in the next release.

tomansley commented 1 year ago

Released in v2.147