Skip to content

Commit 669490a

Browse files
authored
Merge pull request #2091 from mspilde/patch-2
Update openForm.md
2 parents 21d88db + e420a76 commit 669490a

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation/openForm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ search.app:
8484
</table>
8585
</li>
8686
<li><b>selectedStageId</b>: (Optional) String. ID of the selected stage in business process instance.</li>
87-
<li><b>useQuickCreateForm</b>: (Optional) Boolean. Indicates whether to open a quick create form. If you do not specify this, by default <b>false</b> is passed.</li>
87+
<li><b>useQuickCreateForm</b>: (Optional) Boolean. Indicates whether to open a quick create form. The entity must have the <b>Allow Quick Create</b> option enabled for the quick create form to be displayed and you must also add the entity and the quick create form to your app. If you do not specify the value of <code>useQuickCreateForm</code>, the default will be set to <b>false</b>.</li>
8888
<li><b>width</b>: (Optional) Number. Width of the form window to be displayed in pixels.</li>
8989
</ul>
9090
</tr>

0 commit comments

Comments
 (0)