Join the Power Platform Masterclass #2 starting April 23

Form: Difference between revisions

Jump to navigation Jump to search
110 bytes added ,  22 November 2021
Line 262: Line 262:
== Add HTML frames ==
== Add HTML frames ==


Inline frame is a visual HTML browser window. You can display online or offline content. Click '''Add IFrame''' to add it to your form.
Inline frames allow you to add HTML content to your form. They can display online or offline content or execute JavaScript code with business logic. Click '''Add IFrame''' to add it to your form.
* Enter a '''Name''' of the IFrame.
* Enter a '''Name''' of the IFrame.
* Enter a '''URL'''. You can use the properties of your entity record in the URL, for example, <code>https://www.google.com/search?q={name}</code>.
* Enter a '''URL'''. You can use the properties of your entity record in the URL, for example, <code>https://www.google.com/search?q={name}</code>.
* Check '''Authenticate''' if you want to user the credentials of the current mobile CRM user to authenticate on the web site. This works for Active Directory CRM authentication only.
* Check '''Authenticate''' if you want to use the credentials of the current mobile CRM user to authenticate on the website. This works for Active Directory CRM authentication only.
* Check '''Delay Load''' to load the web site (or offline HTML) when user opens the tab. When disabled, the web site (or offline HTML) loads as soon as the form opens.
* Check '''Delay Load''' to load the website (or offline HTML) when users open the tab. When disabled, the website (or offline HTML) loads as soon as the form opens.
* '''Visible'''
* Clear '''Visible''' to make the tab invisible (useful for scripts).


The buttons Browse and Manage are used for offline HTML. Click '''Manage''' to upload files, then click '''Browse''' to select one of the uploaded files that will be used as the URL. See [[Offline HTML]] for more information.
The buttons Browse and Manage are used for offline HTML. Click '''Manage''' to upload files, then click '''Browse''' to select one of the uploaded files that will be used as the URL. See [[Offline HTML]] for more information.

Navigation menu