Discussion (2)2
Log in or sign up to continue

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>