send: zn "namespace"
...
send: set tTaskClassObj = ##class("class name").%New()
send: set tTaskClassObj.<subproperty> = "some value"
send: set tStatus = tTaskObj.AssignSettings(tTaskClassObj)
send: Kill tTaskClassObj
send: set tStatus = tTaskObj.%Save()As I was using cache terminal this did work for me (and in my case changing namespace was needed as the class was present under that namespace otherwise it was throwing <CLASS DOES NOT EXIST>)
AWESOME!!! @ Eduard Lebedyuk, you saved the day.
And Thanks!! to both Eduard Lebedyuk & Jeffrey Drumm.
I can enjoy my weekend now.
- Log in to post comments
.png)