rbf_deleteRecord()

Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.

Purpose

This method deletes an existing backend record without changing UI presentation. If error occurred during operation error notification procedure will be invoked (see rbf_setErrorsCallback).

The current user must have Delete permission on the selected object type to run this API.

Syntax

rbf_deleteRecord(objName, id, callback)

Parameters

objName

The integration name of the selected Object definition

id

ID of the selected Object record

callback

A function to be executed when the operation is successful. It does not receive any parameters. This is an optional parameter.

Note: This API is supported in portals as well.