A simple component that is used in Experience Cloud to display a list of related records.
This LWC gives you the ability to specify specific fields to display on a related list.
This gives you more flexibility than the standard OOTB related list component in communities.
via sfdx-cli
sfdx force:package:install --package 04t5e000000aORGAA2 -u your@org.user
via url
login and navigate to /packaging/installPackage.apexp?p0=04t5e000000aORGAA2
. Choose Install for: Admin Only
.
- Add the class
CommunityRelatedListHelper
to the profile/permission set being used in the community - Go to your community in Experience cloud
- Go to a record detail page
- Drag the component
Related List
onto the page - Fill in the component parameters as needed
- Depending on the object, some page layouts require specific fields to be present. You can now specify your own fields to be displayed.
- You have the ability to specify the label that will display for the section
- You have the ability to choose an SLDS to display for the section
- You have the ability to choose between 1 and 5 columns
- You have the ability to specify the label you want to display on a column
- Move the columns to custom metadata so we can have more configurations in place (how to display the field -- link, phone, email, etc...)
- Ability to filter on the related records
Pre-requisites:
- Run
npm install
To work on this project in a scratch org:
- Set up CumulusCI
- Run
cci service connect devhub --project
to connect to a devhub for this project. - Run
cci flow run dev_org --org dev
to create the dev scratch org and deploy this project. - Run
cci org browser dev
to open the org in your browser. - Run
cci flow run release_unlocked_beta --org dev
to upload a new beta version of the unlocked package.- Create a new GitHub release tag for the new beta version.
- Generates release notes.
- Syncs feature branches with main branch.
- Run
cci flow run ci_beta --org beta
to create a new scratch org and run test classes. - Run
cci flow run release_unlocked_production --org packaging
to promote a production release of your managed package.- It promotes the most recent beta version (found in the project’s GitHub releases) to production status.
- Then, CumulusCI creates a new, production GitHub release, and aggregates release notes for that release.
- Run
cci flow run ci_release --org release
to install the latest production release and run all test classes in a release scratch org.
** Powered by ** Callaway Cloud Consulting