Skip to content

Commit ac423ff

Browse files
authored
Merge pull request MicrosoftDocs#3104 from MicrosoftDocs/Nava_clientapi
Adding note
2 parents ff9deb9 + 778bb92 commit ac423ff

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can also set an object to control how appointment, recurring appointment, or
3030

3131
|Name|Type|Required|Description|
3232
|--|--|--|--|
33-
|saveOptions|Object|No|An object for specifying options for saving the record. The object has following attributes:<br/><br/>- **saveMode**: (Optional) Number. Specify a value indicating how the save event was initiated. For a list of supported values, see the return value of the [getSaveMode](../save-event-arguments/getsavemode.md) method. Note that setting the **saveMode** does not actually take the corresponding action; it is just to provide information to the **OnSave** event handlers about the reason for the save operation.<br/><br/>- **useSchedulingEngine**: (Optional) Boolean. Indicate whether to use the **Book** or **Reschedule** messages rather than the **Create** or **Update** messages. This option is only applicable when used with appointment, recurring appointment, or service activity records.|
33+
|saveOptions|Object|No|An object for specifying options for saving the record. The object has following attributes:<br/><br/>- **saveMode**: (Optional) Number. Specify a value indicating how the save event was initiated. For a list of supported values, see the return value of the [getSaveMode](../save-event-arguments/getsavemode.md) method. Note that setting the **saveMode** does not actually take the corresponding action; it is just to provide information to the **OnSave** event handlers about the reason for the save operation.<br/><br/>- **useSchedulingEngine**: (Optional) Boolean. Indicate whether to use the **Book** or **Reschedule** messages rather than the **Create** or **Update** messages. This option is only applicable when used with appointment, recurring appointment, or service activity records.<br/><br/> **NOTE**: `useSchedulingEngine` property is not supported in Unified Interface.|
3434
|successCallback|Function|No|A function to call when the operation succeeds.|
3535
|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.|
3636

0 commit comments

Comments
 (0)