replaceConstraint

Replace the constraint for the parameter with the specified Object ID with the constraint with the specified constraint ID. If the ID is an external object URL, replace the constraint with the constraint specified by the external object.

Syntax

params.replaceConstraint (OID, Constraint ID);

Parameters

Parameter

Type

Required

Description

OID

String

Yes

Object ID of object of interest.

Constraint ID

String

Yes

ID of the constraint with which to replace the constraint for the parameter with the specified Object ID.

Returns

N/A

Example

Coming soon.