Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6027 - Unknown identifier

6027   Unknown identifier

Cause

This error occurs if you use an unknown identifier in a method. An identifier in a method must be resolved as one of the following:

Action

Correct the identifier name, if it is incorrect. If the identifier is correct but the object it references has not been created, create the required object.