Equivalent to $System.OBJ.MakeClassDeployed for routines?
Is there an equivalent to $System.OBJ.MakeClassDeployed (see documentation) that has the same effect for routines, deleting the .mac/.int but not the .obj?
Is there an equivalent to $System.OBJ.MakeClassDeployed (see documentation) that has the same effect for routines, deleting the .mac/.int but not the .obj?
%Library.Routine:Delete with flag = 2 (see class reference) seems to do the trick:
Award yourself the checkmark for an accepted answer!
Hi Timothy,
Other way is to create a project then export only the compiled code and import in the namespece where you wanto to deploy.
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=ADEPLOY
Best Regards,
Cristiano José da Silva