ERROR: missing ; before statement (INVOCATION_WRAPPER$sys#23);

While running a plugin implementation, if this error appears in the execution log, check the API versions of both the plugin type and the plugin implementation. This error occurs when the two versions do not match. For example, if the plugin type is set to API version 1.0 but your custom plugin implementation script uses… Continue reading ERROR: missing ; before statement (INVOCATION_WRAPPER$sys#23);