Jump to: navigation, search

Difference between revisions of "SYSCLS TEMPLATABLE DATA"


(See also)
 
Line 24: Line 24:
 
== See also ==
 
== See also ==
 
* [[Data_Replication_(UBIK_WinX)#Data_templates]]
 
* [[Data_Replication_(UBIK_WinX)#Data_templates]]
 +
* [[HowTo:Customize_Templates_and_Replication]]
 
{{Category/Version|2.6.2}}
 
{{Category/Version|2.6.2}}
  
 
[[Category:2.6.2|SYSCLS TEMPLATABLE DATA]]
 
[[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

IC CLASSIFICATION.gif Templatable Data classification
Name SYSCLS_TEMPLATABLE_DATA
Inheritance -
Namespace System.Classification.Replication
ID {49749FE8-0338-4910-A730-2660C74577B6}
Purpose Classify objects as templatable data objects
Version 2.6.2+

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.

See also