"massEdit"
For more information, see Mass Edit.
Example
"massEdit": {
"disableCheckMandatoryFieldsCheckbox": false,
"enabled": true,
"showResults": null,
"showResultsDefault": false
},
Properties
Property Name
Description
Default Value
"enabled"
Sets whether the Mass Edit feature is enabled.
true
"allowPartialUpdates"
Determines whether Mass Edit results are processed either:
Individually, in the separate transactions and shown separately is true
Together in a single transaction without the results shown separately is false
Based on user preference that can be either of the above two is used to set for each Mass Edit operation interactively null.
null
"allowPartialUpdatesDefault"
Used only if "showResults" is set to null. Sets the default value of the Allow Partial Updates which can be true or false.
false
"disableCheckMandatoryFieldsCheckbox"
Sets whether the Check mandatory fields during Mass Edit checkbox is displayed.
If set to false, a checkbox is displayed and selected. The user can deselect it. If the checkbox is deselected, all modifications take place, even if some values are missing.
If set to true,there is no checkbox displayed. Mandatory fields are always checked.
false
Was this helpful?