Skip to content

Commit 54e4bc3

Browse files
authored
Update save.md
1 parent 324b75e commit 54e4bc3

File tree

1 file changed

+3
-0
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data

1 file changed

+3
-0
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data/save.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ You can also set an object to control how appointment, recurring appointment, or
3333
|successCallback|Function|No|A function to call when the operation succeeds.|
3434
|errorCallback|Function|No|A function to call when the operation fails. An object with the following properties will be passed:<br/><br/>- **errorCode**: Number. The error code.<br/><br/>- **message**: String. A localized error message.|
3535

36+
[!NOTE]
37+
> When working with forms and you call formContext.data.save please be sure you call preventDefault to ensure any default save operation is not run when a user saves.
38+
3639

3740
### Related topics
3841

0 commit comments

Comments
 (0)