Home > ARE|RRR
BMC Remedy AR System Message Number
ARERR 387 Updating this entry will violate join condition.
Details

When updating an entry in a join form, an option controls whether a field used in the join qualification can be updated. To maintain data integrity of the record in the join form, this operation is not allowed using BMC Remedy User.

To override this error using the AR System C API, specify the set option of AR_JOIN_SETOPTION_NONE. A setting of AR_JOIN_SETOPTION_REF enforces the referential integrity and causes the update to be rejected. See the C API Reference.