Difference between revisions of "SYSCLS TEMPLATABLE DATA"
(→See also) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
| id = {49749FE8-0338-4910-A730-2660C74577B6} | | id = {49749FE8-0338-4910-A730-2660C74577B6} | ||
}} | }} | ||
+ | |||
+ | Classifies an object as templatable data. | ||
== MetaProperties == | == MetaProperties == | ||
Line 14: | Line 16: | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
− | | ISTEMPLATE || {{ | + | | 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 == | ||
+ | * [[Data_Replication_(UBIK_WinX)#Data_templates]] | ||
+ | * [[HowTo:Customize_Templates_and_Replication]] | ||
+ | {{Category/Version|2.6.2}} | ||
+ | |||
+ | [[Category:2.6.2|SYSCLS TEMPLATABLE DATA]] | ||
[[Category:Classifications|SYSCLS TEMPLATABLE DATA]] | [[Category:Classifications|SYSCLS TEMPLATABLE DATA]] |
Latest revision as of 12:33, 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.