unedit() |
It reverts the changes made to the business object. It changes the business object so that no update takes place for it to synchronize to the backend.
Syntax
Script |
modelID.unedit(businessObject) |
Parameters
Parameter |
Description |
---|---|
businessObject |
This is an optional parameter. Object that denotes the business object whose changes have to be reverted. |
Return Value
No value is returned.
Remarks
The views to which the business object is bound will be refreshed. The user does not have to do a rebind.