PhotoCircle for Business provides you with access to your data even in Salesforce, via our custom Salesforce component.
ID-12345
, and each record has a NumericId
, then the internal ID specifcation for the component can be ID-{NumericId!}
.Our Salesforce integration is provided as an unmanaged package. This allows you to view and modify the source code of our component.
We recommend installing this package in a scratch org so you can audit the code if needed. A fresh scratch org will also allow you to install later versions of the package. These new versions can then be merged with any of your local changes, and then explicitly deployed to your production Salesforce org.
Upgrading can be done by retrieving new source code, and then pushing it into your org. You are free to modify the code as needed.
We recommend installing the package to a scratch org, and then pulling the code from there.
sf
The integration is distributed as an unmanaged package, containing an Aura component that can be added onto your Lightning pages. The component loads data directly from the PhotoCircle API when loaded on a page, using JavaScript.
The API calls to PhotoCircle are authenticated using an API key included in the requests. The API key is specified on the page editor, when adding the component to a page.
This auth token is generated by the PhotoCircle team, and will be made available to your team upon request.