solved.
Setting the checkbox attribute in the object before creating the batch request.
| var d = this.getView().byId("Inactivate").getSelected(); | |||
| if (d === true) { | |||
| n.zInactivate = d; | |||
| a = true; | |||
| } |
solved.
Setting the checkbox attribute in the object before creating the batch request.
| var d = this.getView().byId("Inactivate").getSelected(); | |||
| if (d === true) { | |||
| n.zInactivate = d; | |||
| a = true; | |||
| } |