Skip to Content
0
Former Member
May 30, 2008 at 05:26 PM

Enhanced class (post-method) unable to refer to class attribute

1330 Views

Hi,

I've enhanced a standard class, and inserted a post-method for one of the standard methods. The standard method had a parameter with default value (gc_x), which is defined in the attributes.

When I created the post-method, it was created with the same parameter having gc_x as the default. However, syntax check throws an error saying the field "gc_x" is unknown.

I understand we cannot make any changes to the post-method parameter definitions. Is there a way to work around this error?

Thanks!