SFDO-Community-Sprints / sticky-selectron-documentation

Sticky Selectron is a Datatable Lightning Component for easy record selection in a screen flow that will persist (or remain “sticky”) across flow screens.
6 stars 0 forks source link

Try quick prototype implementation of generic-sObject LWC #3

Closed pickettd closed 1 year ago

pickettd commented 1 year ago

We'll try out implementation of a prototype for the sObject version of the grid. This won't have all of the variable renaming and nice cleanup. Just to double check the dev team assumptions on what functionally is required to change

pickettd commented 1 year ago

Looks like the quick prototype today worked.

This image is the sObject-generic LWC running with Contact specified as the type (to verify that it works the same as before:

Image

This is how the Contact type is configured in the flow where the LWC is placed:

Image

And this image is the same sObject-generic LWC running with Account specified:

Image

This is how Account type is specified in the flow where the LWC is placed:

Image

pickettd commented 1 year ago

I think we can call this closed since we've been successfully testing the new sObject-generic prototype