Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14471 - 3rd party control property access failure

14471   3rd party control property access failure

Cause

This error occurs if an attempt is made to access a property or field that cannot be found. It can also occur if an enum value is used that is not a member of the enumeration.

Action

Correct your logic so that only valid properties or fields are accessed.