You are here:
Reference Local Assets in Adobe Experience Manager (Managed Package)
For the managed package runtime, asset references must be made manually while building an Omniscript. Learn how to add local asset references to radio or multi-select elements.
See
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
Use Images for Buttons in Omniscript (Managed Package).
- In your Salesforce Org's Omniscript Designer, either open or Create the Omniscript you want to reference the local asset in.
- In AEM, open the Navigation Panel, click Assets, and navigate to your desired asset.
-
Record the asset path in the URL after
assetdetails.html. For example,/content/dam/geometrixx/icons/diamond.png - Return to your script in the Omniscript Designer. From the radio or multi-select element, create one or more options and type in value and label.
-
Click Edit as JSON link and scroll down to
"imgId". -
Paste the asset path into the entry for
imgId. - Make sure to activate your Omniscript.
- After opening the script in your AEM instance, the local asset is visible.

