Skip to content

Commit 7da8b04

Browse files
authored
Merge pull request #3765 from MicrosoftDocs/stjanovi-patch-9
Add suggestion to naming convention for form querystringparams
2 parents a2f370b + 5e1c19f commit 7da8b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/configure-form-accept-custom-querystring-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The ability to pass values to a Web page by using query strings represents a con
4747

4848
The following describes the `querystringparameter` element attributes, `name` and `type`:
4949

50-
- **name**. Each name attribute must contain at least one underscore ('\_') character, but the name of the query string parameter cannot begin with an underscore. The name also can’t start with “crm\_”. We strongly recommend that you use the customization prefix of the solution publisher as the naming convention. A valid `querystringparameter` name attribute value is “myISV_contact_specialvalue”.
50+
- **name**. Each name attribute must contain at least one underscore ('\_') character, but the name of the query string parameter cannot begin with an underscore. The name also can’t start with “crm\_”. We strongly recommend that you use the customization prefix of the solution publisher as the naming convention. It's also recommended not to have the name attribute (querystringparameter name) be the same as the name of a field on the entity. A valid `querystringparameter` name attribute value is “myISV_contact_specialvalue”.
5151

5252
> [!IMPORTANT]
5353
> If a `querystringparameter` element name is not unique, it may be overwritten by another parameter definition using a different data type.

0 commit comments

Comments
 (0)