Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6187 - Cannot access virtual property with no mapping method

6187   Cannot access virtual property with no mapping method

Cause

This error occurs if you attempt to access a virtual property for which no corresponding mapping method exists.

Since virtual properties are not physically stored within the parent database object, they require a mapping method in order to manufacture or obtain a value from an external source.

Action

Define a mapping method corresponding to the virtual property, or remove the virtual attribute from the property.