Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1430 - Current record is not an Object

1430   Current record is not an Object

Cause

This error occurs when the JadeAuditAccess method that has been called requires that the current audit record is an object.

Action

Correct the application code so that the method is called only if the record type of the current record is Jaa_Type_Create, Jaa_Type_Delete, or Jaa_Type_Update.