File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A list of some common ObjectScript expressions
13
13
| Save an object | ` Set status = object.%Save() ` |
14
14
| Retrieve the ID of a saved object | ` Set id = object.%Id() ` |
15
15
| Retrieve the OID of a saved object | ` Set oid = object.%Oid() ` |
16
- | Retrieve property of a saved object | ` Set variable = ##class(package.class).GetStoredProperty (id) ` |
16
+ | Retrieve property of a saved object | ` Set variable = ##class(package.class).GetStoredPropertyName (id) ` |
17
17
| Determine if an object was modified | ` Set variable = object.%IsModified() ` |
18
18
| Validate an object without saving | ` Set status = object.%ValidateObject() ` |
19
19
| Validate a property without saving | ` Set status = ##class(package.class).PropertyIsValid(object.Property) ` |
You can’t perform that action at this time.
0 commit comments