November 10, 20169 yr Is it possible to get access to the fmpro object inside an inner class in code??? Example //at head of groovy code class myClass extends HelperClass { def xx = fmpro.evaluate('Get(PersistentID)') def ... def ... } Currently fails with groovy.lang.MissingPropertyException: No such property: fmpro for class: myClass
Create an account or sign in to comment