Hello everyone,
I have a Cache class with just 2 fields
Property Make As %String [ Required ]; /// Model of the Motorcycle
Property Model As %String [ Required ];
I also have another class with several ClassMethods, just showing you 1 here
{ ClassMethod SaveNew(Make As %String, Model As %String)
{
Set obj=##class(JASON.BikeDB).%New()
Set obj.Make=Make
Set obj.Model=Model
Set sve=obj.
.png)
.png)
.png)


