Jump to content

access to fmpro object in extending classes


This topic is 2722 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

This topic is 2722 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.