Skip to content

Commit 142cdda

Browse files
committed
Revising per 2258784
1 parent b5498a5 commit 142cdda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

powerapps-docs/maker/model-driven-apps/form-properties-legacy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ The following table lists the form properties:
3838
||**Description**|Enter a description that explains how this form is different from other main forms. This description is only shown in the list of forms for a table in the solution explorer.|
3939
||**Form Assistant**|Select from the check box if you want to enable form assistant or view the form as expanded by default.|
4040
||**Page Navigation**|You can choose not to show navigation items.<br /><br /> In forms for updated tables this means the primary name value for the row currently being viewed will not appear in the navigation bar to allow navigation to associated views.<br /><br /> In forms using the classic presentation, the navigation options to choose associated views on the left side of the form will not be shown.|
41-
||**Image**|When a table has an image column and the entities’ **Primary Image** option is set, this setting will enable showing the image column in the header of this form.<br /><br /> See [Enable or disable table options](../data-platform/edit-entities.md#enable-or-disable-table-options) for more information about table options.| ||**Display**|**Set a Max Width (in pixels)** to limit the width of the form. The default value is 1900.|
41+
||**Image**|When a table has an image column and the entities’ **Primary Image** option is set, this setting will enable showing the image column in the header of this form.<br /><br /> See [Enable or disable table options](../data-platform/edit-entities.md#enable-or-disable-table-options) for more information about table options.|
42+
||**Display**|**Set a Max Width (in pixels)** to limit the width of the form. The default value is 1900.|
4243
||**Display**|Enter in pixels the max width that you want for the form here.|
4344
|**Parameters**|**Parameters**|Each form can be opened with code using a URL. The URL may also contain data that can be passed to the form using a query string that is appended to the URL. Query strings look like this example:<br />`?p_firstName=Jim&p_lastName=Daly`<br /><br /> As a security measure, forms will not accept any unknown query string parameters. Use this parameters list to specify parameters this form should accept to support code that will pass data to the forms using a query string.<br /><br /> The name and type of data will be checked and the form won’t open if invalid query string parameters are passed to it.<br /><br />**Note:** The name cannot start with an underscore (_) or crm\_. It must start with alphanumeric characters followed by an underscore (\_). For example, parameter_1 or 1_parameter. The name cannot contain hyphens (-), colons (:), semicolons (;), commas (,) or periods (.). <br /><br />|
4445
|**Non-Event Dependencies**|**Dependent Columns**|Each event handler has a similar **Dependent Columns** property so that any columns that are needed by the script can be registered. Anyone who tries to remove the dependent columns will not be able to.<br /><br /> Some scripts operate on the form but are not configured in an event handler. Scripts that are initiated from the command bar do not have a place where dependent columns can be registered. This form property provides a place for dependent columns for those scripts to be registered.|

0 commit comments

Comments
 (0)