Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6094 - Updating method called for constant value

6094   Updating method called for constant value

Cause

This error occurs when an updating method is called for an operand that has a value that cannot be updated.

The operand can be a:

Action

Remove or correct the invalid method call.

If the operand is a property of the receiver and the current method is non-updating, resolve the error by making the current method updating.

If the operand is a constant parameter (the default), resolve the error by changing the parameter to input.

In some cases, it may be possible to change the method being called from updating to non-updating if it does not actually update the receiver.