Jump to: navigation, search

Difference between revisions of "SYSCLS TEMPLATABLE DATA"


(Created page with "{{ClassificationInfoBox | title = Templatable Data classification | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification.Replication | purpose = Classify...")
 
(See also)
 
(6 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
 
|-
 
|-
| GEO || {{GeoData}} || Geographical data (Longitude, Lattitude, Altitude)
+
| 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

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