Hi,
I have a routing rule that calls some utility classmethods, but for some reason the compiled version insists on linking to a utility function in a different package.
The call to 'SendToEaling(HL7)' in isn't compiling to a call to the LNWTIEPackage as expected:
##class(LNWTIEPackage.RoutingRules.Utility).SendToEaling((pContext.HL7))
but is instead becoming a call to the LNWDeploy package
##class(LNWDeploy.RoutingRules.Utility).SendToEaling((pContext.HL7))
Specifically
<assign property="@SendToEaling" value="SendToEaling(HL7)"></assign>
gets compiled to
set







