• Digital accessories
  • Server
  • Digitalni život
  • Privacy policy
  • Contact us
  1. Home
  2. Server
  3. About basic forms - Power Apps | Microsoft Docs

About basic forms - Power Apps | Microsoft Docs

Rsdaa 09/11/2021 1196

About basic forms

08/24/20218 minutes to read

In this article

A data-driven configuration to allow end users to add a form to collect data in the portal without the need for a developer to surface the form in the portal, basic forms are created in Microsoft Dataverse and then placed into webpages in the portal or used in conjunction with subgrids and lists to build out complete web applications. More information: About lists

Add a form to your portal

The basic form contains relationships to webpages and additional properties to control the initialization of the form within the portal. The relationship to webpages allows dynamic retrieval of the form definition for a given page node within the website.

To view existing basic forms or to create new basic forms, open the Portal Management app and go to Portals > Basic Forms.

When creating a new basic form, the first step is to decide the Table and Form Name that you will be rendering, in addition to the mode: Insert, Edit, or Read Only. The mode selected will determine if you are creating a new record from the portal, editing an existing record, or just displaying information about a record on the portal.

Note

Before you continue, ensure you review considerations for basic forms.

The webpages associated with the basic form can be viewed by selecting the Web Pages link listed in the Related navigation links in the leftmost menu.

When creating or editing a webpage, an Basic Form can be specified in the lookup field provided on the Web Page form.

The various master pages used by the portal contain declarations of the TableForm server control. When rendering the webpage containing either the Page (~/Pages/Page.aspx) page template or Full Page (~/Pages/FullPage.aspx) page template, the controls will determine whether the basic form lookup contains a value, in which case the form will be rendered.

Secure your forms

To secure your forms, you must create table permissions that determine access and ownership of the records according to web roles. If a user lands on a basic form and does not have permissions, they will receive an error message. In addition, you'll also see a warning when a form is configured with table permissions not enabled:

"Table permissions should be enabled for this record or anyone on the internet can view the data."

To enable permissions for a basic form, select the checkbox to Enable Table Permissions. More information: Create web roles for portals.

Basic form attributes and relationships

NameDescriptionNameThe descriptive name of the record. This field is required.Table NameThe name of the table from which the form will be loaded from. This field is required.Form NameThe name of the Form on the target table that is to be rendered. This field is required.Tab NameOptional name of a Tab on a Form for a specified table that is to be rendered.ModeOne of the following values:Selecting Insert indicates the form should insert a new record upon submission. Specifying Edit indicates the form should edit an existing record. Selecting ReadOnly indicates the form should display an existing record's non editable form. Edit and ReadOnly requires that a source record exist and parameters specified in the 'Record Source Type' and 'Record ID Parameter Name' fields to select the appropriate record when the form is loaded in the portal.Record Source TypeOne of the following values:Query StringCurrent Portal UserRecord Associated to Current Portal UserSelecting Query String requires a parameter name that must be provided in the query string of the URL to the form. This can be specified in the 'Record ID Parameter Name' field.Selecting Current Portal User will retrieve the portal user record for the current authenticated user.Selecting Record Associated to Current Portal User will retrieve the portal user record for the current authenticated user and then retrieve the record for the given relationship as specified by the 'Relationship Name' field.Record ID Parameter NameA parameter name provided in the query string of the URL to the Web Page containing this Basic Form.Relationship NameRequired when Record Source Type is Record Associated to Current Portal User. The logical name of the relationship between the current portal user record and the target record. This must return the same table type specified by the Table Name field.Allow Create If NullAn optional boolean value available when Record Source Type is Record Associated to Current Portal User. Indicates that if the related record does not exist, allow the user to create it the first time, otherwise an exception will be thrown if the record does not already exist as the form needs a record to data bind to.Enable Table PermissionsWill Cause the form to respect Table Permissions. The default is false for backwards compatibility reasons. If set to true, explicit permissions are REQUIRED for any user wanting to access the form.NOTE: This method of securing forms would be deprecated soon. Therefore, it shouldn't be used. Use proper table permissions, and web role setup to provide access to users for any data instead. More information: Table permission changes for forms and lists on new portals

Form Options

NameDescriptionAdd CaptchaDisplays captcha.NOTE: Captcha control is currently limited to only English language for audio, and Latin characters for image.Show Captcha for Authenticated usersDisplays captcha for authenticated users.Validation GroupThe group name assigned to input controls for evaluating valid input of named groups.Auto Generate Steps From TabsIndicates that multiple tabs on a basic form will be displayed with each tab as a sequential step starting with the first tab and continue until all tabs have been navigated to and upon final submission a record is inserted. By default, it is not selected. The default value indicates that only one tab or form is to be rendered for the current step. If the Tab Name is not specified, then the first tab is displayed.Render Web Resources InlineEliminates the iframe that encompasses a web resource in a basic form.ToolTips EnabledThe tooltip is set using the description of the attribute on the target table.Show Unsupported FieldsAll fields are currently supported. This is reserved for potential changes Dataverse may make to field types.Set Recommended Fields as RequiredMakes all attributes required that have the field requirement level set to 'Business Recommended'.Make All Fields RequiredMakes all fields required regardless of the field requirement level.Validation Summary CSS ClassCSS Class name assigned to the validation summary. Default is 'validation-summary alert alert-error alert-block'Enable Validation Summary LinksA boolean value of true or false that indicates whether anchor links should be rendered in the validation summary to scroll to the field containing an error. Default value is true.Validation Summary Link TextThe label assigned to the validation summary links. Default value is 'click here'.Validation Summary Header TextThe label assigned to the validation summary header.InstructionsInstructions to work with the form.Record Not Found MessageMessage to be displayed when a record is not found.

On Success Settings

NameDescriptionOn SuccessOne of the following values:Display Success Message (Default)RedirectHide Form on SuccessRequires On Success set to Display Success Message. When selected, the form is hidden upon successful submission of the form.Success MessageRequires On Success set to Display Success Message. The message displayed to the user upon successful submission. If one is not specified a default message (Submission completed successfully") will be displayed. For each language pack installed and enabled for the organization a field will be available to enter the message in the associated language.External URLRequires On Success set to Redirect. Specify a URL to an external resource on the web.or Web PageRequires On Success set to Redirect. Select a Web Page from the current website.Append Existing Query StringRequires On Success set to Redirect. When selected, the existing query string parameters will be added to the target URL prior to redirection.Append Record ID To Query StringRequires On Success set to Redirect. When selected, the ID of the record created is appended to the query string of the URL being redirected to.Record ID Parameter NameRequires On Success set to Redirect. The name of the ID parameter in the query string of the URL being redirected to.Append Custom Query StringRequires On Success set to Redirect. A custom string that can be appended to the existing Query String of the redirect URL.Append Attribute Value to Query String - Parameter NameRequires On Success set to Redirect. A name to give to the parameter that correlates to the attribute value on the target table that gets appended to the Query String of the redirect URL.Append Attribute Value to Query String - Attribute Logical NameRequires On Success set to Redirect. A logical name of an attribute on the target table to get the value to be appended to the Query String of the redirect URL.

Additional Settings

NameDescriptionAssociate Current Portal UserIndicates the currently logged in user's record should be associated with the target table record.Portal User Lookup ColumnThe logical name of the attribute on the target table that stores the portal user.Is Activity PartyBoolean value indicating whether or not the Portal User Lookup Column is an Activity Party type.Attach FileSelect to have the form include a file upload control at the bottom of the form to allow a file to be attached to the record.Note: Portals with version 9.2.2.x and later do not require enabling Enable Table Permissions on the basic form to attach files. However, if you have it selected, you must ensure that appropriate privileges are provided on the parent table and the annotation table to display the Attach File button on the form. Annotation table must have at least Create and Append privileges and the parent table must have the corresponding AppendTo privilege. Depending on whether you have a create or update form, you may also need Create, Read and Write privileges to complete the scenario of the form.Attach File Storage LocationOptions: Note Attachment, Azure Blob Storage. If your organization is configured to use Azure Storage, you can choose to storage uploaded files for this basic Form there. Otherwise, files with be stored as Note Attachments.Allow Multiple FilesBoolean value indicating whether or not the user can upload more than one file.AcceptThe accept attribute specifies the MIME types of files that the server accepts through file upload. To specify more than one value, separate the values with a comma (e.g. audio/,video/,image/*).LabelThe text displayed next to the file upload control. For each language pack installed and enabled for the organization a field will be available to enter the message in the associated language.Attach File RequiredMakes the attachment of a file required to proceed.Required Error MessageThe message displayed during form validation if Is Required is true and the user has not attached a file. For each language pack installed and enabled for the organization a field will be available to enter the message in the associated language.Restrict Files to Accepted TypesForces validation on the Accept field. If not selected, the Accept attribute will only be used as a suggestion for the file upload dialog.File Type Error MessageThe message displayed during form validation if Restrict Files to Accepted Types is true and the user has attempted to upload an invalid file type. For each language pack installed and enabled for the organization a field will be available to enter the message in the associated language.Maximum File Size (in kilobytes)Forces validation on the maximum allowed size of the uploaded file.File Size Error MessageThe message displayed during form validation if Maximum File Size (in kilobytes) is true and the user has attempted to upload a file that is too large. For each language pack installed and enabled for the organization a field will be available to enter the message in the associated language.Custom JavaScriptA custom block of JavaScript that will added to the bottom of the page just before the closing form tag element. The HTML input id of a table field is set to the logical name of the attribute. This makes selecting a field, setting values, or other client-side manipulation easy with jQuery.$(document).ready(function() { $("#address1_stateorprovince").val("Saskatchewan");});

Associated Table Reference

The following parameters pertain to setting an associated table reference when the form is saved.

This provides a way to associate the current record being created or updated by the form with another target record. This is useful if you have multiple steps with multiple table types and wish to relate the resulting records or if the page is passed a query string of a record id that you would like associated. For example we have a careers page that lists job postings, each with a link to an application for the job that contains the id of the job posting to the application form so that when the application is created the job posting is associated with the record.

NameDescriptionSet Table Reference On SaveYes or No. A value of yes indicates that an associated table reference should be assigned when the form is saved, otherwise none will be set.Relationship NameThe Relationship Definition Name for a given relationship between two table types.Table Logical NameThe logical name of the reference table.Target Lookup Attribute Logical NameLogical name of the lookup attribute on the target table being created or updated.Populate Lookup FieldIf the lookup regarding the reference table is on the form, checking this value will populate the field on the form with the value retrieved using the setting below.Source TypeOne of the following values:Query StringSelecting Query String requires a parameter name that must be provided in the query string of the URL to the form. This can be specified in the Query String Name field. If this parameter is the primary key then select Yes for the Query String Is Primary Key, otherwise select No and provide the logical name of the attribute on the target table to query by specified in the Query Attribute Logical Name field.Current Portal UserSelecting Current Portal User will retrieve the contact record for the current authenticated user.Reference Table StepThe Advanced Form Step record of a previous step to retrieve the Table created or edited in that step to associate it with the record for this current step.Query String NameParameter name provided in the Query String of the URL to the Web Page containing the Advanced Form.Query String Is Primary KeyYes indicates the Query String value is the Primary Key value. No indicates the Query String value is an attribute type other than the Primary Key.Query Attribute Logical NameLogical name of the attribute to query the record.Show ReadOnly DetailsIndicates that a form should be rendered at the top of the page displaying read-only information pertaining to the reference record. Requires a Form Name.Form NameThe name of the form on the reference table that should be used to display read-only details.

Basic form action configuration

By default a Basic Form will allow for reading or updating of an existing record, or the insertion of a new record.However, you can easily enable and configure additional actions for records in a Basic Formas well (Delete, Activate, Deactivate, etc.). It is also possible to override default labels, sizes, and other attributes that will appear if there are actions enabled.

These settings are found in the Additional Settings section of the basic form. By default, only Basic Settings are shown. You can select Advanced Settings to show additional settings.

You can add action buttons for the actions that are applicable for an individual record and will appear for each row in the grid provided the appropriate privilege has been granted by table permissions. The following actions are available:

DeleteWorkflowCreate Related RecordActivateDeactivate

Clicking on one of these options displays a configuration area for that action. Furthermore, certain tables have special actions that are available to them on a per-table basis:

Calculate Value of Opportunity (opportunity)Cancel Case Action (incident)Close (resolve) Case Action (incident)Convert Quote to Order (quote)Convert Order to Invoice (salesorder)Generate Quote from Opportunity (opportunity)Lose Opportunity Action (opportunity)Win Opportunity Action (opportunity)Reopen Case Action (incident)Set Opportunity on Hold (opportunity)

Note

It is recommend to create a workflow instead of adding an Activate or a Deactivate button for out of the box tables having defined specific state and status code values that they require for their business processes. For example, Incident (status options), Opportunity(status options), Entitlements (status options).

Geolocation configuration for basic forms

A managed form can be configured to display a map control to either display an existing location as a pin on a map or to provide the ability for the user to specify a location. See Add Geolocation.

The form's map control requires additional configuration to tell it what the IDs of the various location fields are, to assign values to them or retrieve values from them. The basic form record has a configuration section that defines these field mappings that you must specify. The field names will vary depending on the schema you have created.

Note

The address field in a read-only basic form is replaced with the map when geolocation is enabled.The Geolocation section is not visible in the German Sovereign Cloud environment. If a user has enabled geolocation by using a different form, it will not be displayed during rendering on portal.

Request validation

Request validation, a feature of ASP.NET since version 1.1, prevents the server from accepting content containing un-encoded HTML. This feature is designed to help prevent some script-injection attacks whereby client script code or HTML can be unknowingly submitted to a server, stored, and then presented to other users. We still strongly recommend that you validate all input data and HTML encode it when appropriate.

By default, request validation is enabled on portal resulting in following generic error if you enter script code without HTML encoding inside basic form fields:

Found field(s) submitted with potentially dangerous value(s) such as HTML, or script. Please review the field value(s) and try again.

To disable request validation, follow these steps:

Go to portal settings and select Site Settings.

Select New.

Type the name as DisableValidationWebTemplate.

Select appropriate web site record.

Type the value as true. By default, setting is false that enables request validation.

Type appropriate description.

Select Save & Close.

Caution

When request validation is disabled, content can be submitted to a page. You must ensure that content is properly encoded or processed.

Considerations

A Basic Form must be associated with a webpage for a given website for the form to be viewable within the site.The Connection table subgrids aren't supported in basic forms. If you add a Connection table subgrid to the form using Form designer, error messages are displayed when you render the form on the portal and use the Connection table.Duplicate fields, multi-select option set, Party List fields and business rules aren't supported in basic forms.Field level code components are in public preview, and can be added to forms. More information: Add a code component to a field in a model-driven appImage attributes, file attributes and table images aren't supported in basic forms, advanced forms or when using liquid template tags, such as fetchxl.Business rules and client API can enable locked fields on a read-only form.If you create a basic form in the Insert mode, you can't change a button's alignment or place an action button above the basic form.If you render a lookup control as a dropdown list on the form, the related records filter does not work.Rollup columns on portal forms may sometimes show up as editable although they're intended to be read-only. To ensure that these columns remain read-only, mark the column as Read-onlyon the model-driven app form.

See also


PREV: Setup issues: Apache plugin for Weblogic / DeskDr.com

NEXT: WAS 6 PD

Popular Articles

Hot Articles

Navigation Lists

Back to Top