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
but is instead becoming a call to the LNWDeploy package
##class(LNWDeploy
Specifically
<assign property="@SendToEaling" value="SendToEaling(HL7)"></assign>



For 

