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!