> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/faqs/sharinpix-related-record-albums-is-not-working-for-my-custom-object-how-do-i-fix-this.md).

# SharinPix Related Record Albums is not working for my custom object. How do I fix this?

If you have added the [SharinPix Related Record Albums](/documentation/lightning-web-component/sharinpix-related-record-albums.md) component on a custom object’s page layout and the child records are not showing, one possible cause could be a naming conflict: a custom object may exist in your organization that has the same name as a packaged custom object within SharinPix. Examples of possibly conflicting object names include Visit and Share. As the custom object and the SharinPix managed object share the same name, Salesforce limits us from using the custom object and defaults to using the managed custom object. To resolve this conflict, please use the workaround provided below:

**Steps to Fix SharinPix Related Record Albums Not Displaying Records for your Custom Object:**

**1. Install the Unlocked Package**

* Click the link to install the unlocked package in your org:\
  [Install Package](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tVX000001SubNYAS)

![](/files/GONvazimFrKxLb6vmlj8)

**2. Update the SharinPix Managed Package**

* Ensure your SharinPix managed package is updated to **version 1.324 or above**.
  * Here is the [documentation](/faqs/how-to-update-sharinpix-package-from-the-appexchange.md) to update the package

**3. Assign the SharinPix Bridge Permission Set**

* Assign the **SharinPix Bridge** permission set to all users requiring access to the Related Record Albums.

**5. Verify the Configuration**

* Open a parent record where the **SharinPix Related Record Albums** has been set up.
* Confirm that the related albums and images are now displayed correctly.

![](/files/f3wJ6ci0RwPAb3Xqag2h)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sharinpix.com/faqs/sharinpix-related-record-albums-is-not-working-for-my-custom-object-how-do-i-fix-this.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
