Overview
Use Cases
- Displaying images within functions
- Rendering signed URLs for private eXtendFiles
Platform Behavior
- Web Portal: Displays images inline
- Mobile App: Shows a tappable link that opens the image in a separate view
Configuration
For View and Edit Functions
- Open the function in edit mode
- Locate and open the desired image field in edit mode
- Change the field Type to INLINEWEBVIEW
- Configure the additional settings:
- Height For Web: Specify the height in pixels for the image container
- Link Text: Enter the text to display in the mobile app instead of the URL

For List Functions
- Open the list function in edit mode
- Access the image field in edit mode
- Change the field Type to INLINEWEBVIEW
- Set the Height For Web and Link Text value

Setting Default WebView URL
To set a default value for the WebView URL, tap on the field card and enter your desired default value:

Field Display Rules
You can apply field display rules to WebView fields just like other field types. For more information, see Field Display Configuration.
Special Cases
eXtendFiles Functions
When working with functions created on eXtendFiles records:
- When eXtendfiles - URL (
custrecord_extfile_link
) is configured as an inline web view in a list view function, the system automatically retrieves thumbnail data fromcustrecord_extend_files_thumbnail
. The thumbnail displays in the list view, and tapping it opens the original file URL in a new screen. - List view functions that include the eXtendfiles - URL column trigger an API call to obtain signed URLs for both the file and thumbnail (up to 25 URLs at once). This call repeats as additional rows load on screen.
SharePoint URLs
For eXtendFiles installations integrated with Microsoft SharePoint/OneDrive, you must enable the "Show SharePoint Images Using Inline WebView" option in eXtendMobile Setup page to render SharePoint images.
Note: If this option is not enabled, SharePoint URLs in INLINEWEBVIEW fields will display an error message instead of rendering the image.
Frequently Asked Questions (FAQs)
Q: What types of fields can be configured as INLINEWEBVIEW?
A: Both Text and URL fields can be configured as INLINEWEBVIEW fields.
Q: How do images display differently between Web Portal and Mobile App?
A: In the Web Portal, images display inline within the function interface. In the Mobile App, they appear as tappable links that open the image in a separate view.
Q: Can I customize how image links appear in the Mobile App?
A: Yes, you can customize the Mobile App display by setting a "Link Text" value, which replaces the URL with your specified text.
Q: Can I set a default URL for WebView fields?
A: Yes, you can set a default value for WebView URL fields by tapping on the field card and entering your desired default value.
Q: How does the system handle eXtendFiles in list views?
A: When eXtendFiles URL fields are configured as inline web views in list functions, the system automatically retrieves and displays thumbnail data, with the full image opening in a new screen when tapped.