Difference between revisions of "SYSCLS TEMPLATABLE DATA"
Line 16: | Line 16: | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
− | | ISTEMPLATE || {{Boolean}} || Defines the object as template | + | | ISTEMPLATE || {{Boolean}} || Defines the object as template |
|} | |} | ||
− | + | == Remarks == | |
+ | If the ISTEMPLATE property's lock status is set to read-only (on the ACM context scope configuration), all other properties will appear as locked on the client, too. If you don't want the user to edit this property, but you still want them to edit other properties, just set the visibility to hidden and leave the lock status as read-write. | ||
== See also == | == See also == |
Revision as of 12:13, 9 September 2021
Classifies an object as templatable data.
MetaProperties
Name | Data type | Comment |
---|---|---|
ISTEMPLATE | Boolean | Defines the object as template |
Remarks
If the ISTEMPLATE property's lock status is set to read-only (on the ACM context scope configuration), all other properties will appear as locked on the client, too. If you don't want the user to edit this property, but you still want them to edit other properties, just set the visibility to hidden and leave the lock status as read-write.