Skip to content

Commit 60584dd

Browse files
committed
2099509-2099510
1 parent b9c5e07 commit 60584dd

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

powerapps-docs/maker/portals/configure/entity-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This provides a way to associate the current record being created or updated by
131131
|Entity Logical Name|The logical name of the reference entity.|
132132
|Target Lookup Attribute Logical Name|Logical name of the lookup attribute on the target entity being created or updated.|
133133
|Populate Lookup Field| If the lookup regarding the reference entity is on the form, checking this value will populate the field on the form with the value retrieved using the setting below.|
134-
|Reference Entity Source Type| One of the following values:<ul><li>Query String</li><li>Current Portal User</li><li>Result From Previous Step</li></ul> Selecting _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 entity to query by specified in the **Query Attribute Logical Name** field. Selecting Current Portal User will retrieve the contact record for the current authenticated user. Selecting Result From Previous Step will retrieve the record created as a result of the step prior to the current step or from a specific step based on the step associated with the Entity Source Step.|
134+
|Reference Entity Source Type| One of the following values:<ul><li>Query String <br> Selecting _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 entity to query by specified in the **Query Attribute Logical Name** field.</li><li>Current Portal User <br> Selecting Current Portal User will retrieve the contact record for the current authenticated user.</li></ul>|
135135
|Reference Entity Step| The Web Form Step record of a previous step to retrieve the entity created or edited in that step to associate it with the record for this current step.|
136136
|Query String Name| Parameter name provided in the Query String of the URL to the Web Page containing the Web Form.|
137137
|Query String Is Primary Key| Yes 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.|

powerapps-docs/maker/portals/configure/load-form-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This step type allows the web form step to act as an entity form within the over
2424
| Tab Name | The name of a Tab on a Form for a specified entity that is to be rendered. Optional |
2525
| Mode | One of the following values:<br><ul><li>Insert</li><li>Edit</li><li>ReadOnly</li></ul>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 noneditable form. Edit and ReadOnly requires that a source record exist and parameters specified in the 'Record Source Type' and 'Record ID Query String Parameter Name' fields to select the appropriate record when the form is loaded in the portal. |
2626
| Auto Generate Steps From Tabs | Checked indicates that multiple tabs on an entity 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. Unchecked is the default behavior. Unchecked value indicates that only one tab or form is to be rendered for the current step. If the Tab Name is not specified, the first tab is displayed. |
27-
| Record Source Type | One of the following values:<br><ul><li>Query String</li><li>Current Portal User</li><li>Result From Previous Step</li></ul>Selecting 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 Query String Parameter Name' field. Selecting Current Portal User will retrieve the portal user record for the current authenticated user.<br>Selecting Result from previous step will retrieve the record that was the record source for a previous step of the web form. |
27+
| Record Source Type | One of the following values:<br><ul><li>Query String <br> Selecting 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 Query String Parameter Name' field.</li><li>Current Portal User <br> Selecting Current Portal User will retrieve the portal user record for the current authenticated user.</li></ul> |
2828
| Record ID Query String Parameter Name | A parameter name provided in the query string of the URL to the Web Page containing this Entity Form. |
2929
| Relationship Name | Required 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 entity type specified by the Entity Name field. |
3030
| Allow Create If Null | An optional Boolean value available when Record Source Type is Record Associated to Current Portal User. Checked 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 because the form needs a record to data-bind to. |

powerapps-docs/teams/employee-ideas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Employee ideas app is used by the Teams users to perform the following activitie
3333
> - Before you can use this app, you may be asked for your permissions to use the connection. More information: [Allow connections in sample apps](use-sample-apps-from-teams-store.md#step-1---allow-connections)
3434
> - This app is available in three different Teams themes: Default, Dark and High contrast. When you [change the theme in Teams](https://support.microsoft.com/en-us/office/change-settings-in-teams-b506e8f1-1a96-4cf1-8c6b-b6ed4f424bc7), the app automatically updates to match the selected theme. More information: [Get the Teams theme using the Teams integration object](use-teams-integration-object.md#get-the-teams-theme)
3535
36+
> [!TIP]
37+
> For a demonstration of how to use this app, watch this [video](https://aka.ms/TeamsEmployeeIdeasVideo).
38+
3639
## Prerequisites
3740

3841
Before using this app:

powerapps-docs/teams/inspection.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ plant&mdash;to assets and equipment, such as vehicles and machines. There are tw
3535
> [!NOTE]
3636
> Before you can use this app, you may be asked for your permissions to use the connection. More information: [Allow connections in sample apps](use-sample-apps-from-teams-store.md#step-1---allow-connections)
3737
38+
> [!TIP]
39+
> For a demonstration of how to use this app, watch this [video](https://aka.ms/TeamsInspectionVideo).
40+
3841
## Prerequisites
3942

4043
Before using this app:

powerapps-docs/teams/issue-reporting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Issue reporting consists of two different apps, one for reporting issues and ano
3737
> [!NOTE]
3838
> Before you can use this app, you may be asked for your permissions to use the connection. More information: [Allow connections in sample apps](use-sample-apps-from-teams-store.md#step-1---allow-connections)
3939
40+
> [!TIP]
41+
> For a demonstration of how to use this app, watch this [video](https://aka.ms/TeamsIssueReportingVideo).
42+
4043
## Prerequisites
4144

4245
Before using this app:

0 commit comments

Comments
 (0)