Creating Instance
How to create an instance for the production class?
Comments
How to create a namespace (instance)...
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KE…
How to create a production...
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KE…
In the same way as you create an instance of any class:
ENSDEMO>set oInst=##class(Demo.Loan.FindRateProduction).%New()
ENSDEMO>zw oInst
oInst=<OBJECT REFERENCE>[1@Demo.Loan.FindRateProduction]
+----------------- general information ---------------
| oref value: 1
| class name: Demo.Loan.FindRateProduction
| reference count: 2
+----------------- attribute values ------------------
| AlertActionWindow = 60
|AlertNotificationManager = ""
|AlertNotificationOperation = ""
|AlertNotificationRecipients = ""
| ShutdownTimeout = 120
| UpdateTimeout = 10
+-----------------------------------------------------
ENSDEMO>