Hi,
I'm using the "maintaining the original object template" script from here: https://developer.m-files.com/Samples-And-Libraries/Samples/Processes/Maintaining-Original-Template/
While the script is working, the problem I have is that if I make the property read only then it doesn't get copied to new objects created from the template. This means that I have to leave the property as writeable by everybody, and then users can change this value which means it doesn't achieve the goal of permanently maintaining the original template.
I understand that the metadata card can hide properties, but this isn't the same as making the property read only. Is there anyway to make this property propagate from the template to new objects but prevent anybody modifying it afterwards?