Jump to: navigation, search

Changes


HowTo:Customize Templates and Replication

215 bytes added, 12:31, 9 September 2021
/* Client side replication */
In case of client side replication, the mobile client application provides a {{key press|Copy}} and a {{key press|Paste}} button that can be used to replicate an object directly in the app.
For this, you have to add the [[SYSCLS_TEMPLATABLE_DATA|Templatable Data Classification]] to the ACM context scope of the [[MetaClass]] you want to be templatable.  It is important to note that the ISTEMPLATE property of this classification has some interesting implicit behavior: If the lock status of this property is set to read-only in the ACM scope, all other properties will be read-only, too. If you don't want the user to modify the ISTEMPLATE property, but you need them to modify other properties, just set the visibility of ISTEMPLATE to hidden, but leave the lock status at read-write.  Also, if you want to paste an object somewhere, the respective ACM scope must be a possible child of the parent scope. So, you have to configure the ACM to allow the copy to be pasted below the new parent object. 
== Server side replication ==
1,607
edits