Removes a field of the type Application
<void> ApplicationFieldCollection.remove(<ApplicationField> applicationField, <Boolean> keepText, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| application |
Specifies the field to remove. |
| keep |
If this parameter is set to true, the field is removed without deleting its visible text. Otherwise, the field's text is also deleted. |
| callback | Optional. Receives true, if the field could be removed. Otherwise, it is false. |
| error |
Optional. Is called when the operation failed with an error. |