Wikis - Page

SBM: How-To find the URL of an image added to Composer

2 Likes

After adding an image to a process app, it may be desired to interact with the image on a custom form.  Perhaps, it is desired to dynamically update a form to display a specific image depending on the value of a field.  To determine the URL of an image added to a process follow these steps.  The URL to the image will look like this:

http://SBMServer/images/<<Application Design UUID>>/<<Image GUID>>.<Image extension>>

  1. Get the unique ID of the application design number.

    * Select your application in Composer.  The yellow icon not the blue and yellow icon that represents the process app.
    * Copy your design number.  Now the URL above will look like this:

    http://SBMServer/images/75c84a9e-4d3f-41cf-9e52-28f7461fa1db
  2. Get the unique ID of the image.

    * Under Visual Design, select Images in the tree.
    * Right-click on the column headers, choose Columns and ensure that GUID is selected.
    * Copy the GUID out.  Add it to the URL along with the extension of the image that was uploaded.

  3. Complete your URL.  It will look like this:

    http://SBMServer/images/75c84a9e-4d3f-41cf-9e52-28f7461fa1db/ead4cabb-dd50-47cf-a49e-ffd4b4c276fc.jpg

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended