Hi,
I have created one new plugin and I configured one rule that using the class from that new plugin. So when this rule is going to execute there is following exception.
WARNING: Sourced file: inline evaluation of: `` import com.centralbos.hr.model.*; import org.compiere.model.*; import org.adempier . . . '' : Typed variable declaration : Class: MConceptOutcome not found in namespace : at Line: 2 : in file: inline evaluation of: `` import com.centralbos.hr.model.*; import org.compiere.model.*; import org.adempier . . . '' : MConceptOutcome
Class MConceptOutcome reside in my new plugin, I had already implemented model factory for that class.
Can anyone help, How can we use custom class that resides outside of base plugin in Rule?