‎01-12-2021 11:38 AM
Hello,
There are a few fields I want to display on a PropertyPage. I want data from already existing fields to be copied into these fields. I tried making use of calculated MetaAttributes but I want the fields to remain editable by a particular Profile.
Attaching screenshot for your reference.
I have the MetaAttribute 'Scope of Application (RO)'.
The value is computed by copying the value from a different MetaAttribute called 'Scope of Application'.
However, user cannot edit 'Scope of Application (RO)' since it is a calculated MetaAttribute.
I want users to see the computed value of the MetaAttribute and edit it, if needed.
Please help.
Solved! Go to Solution.
‎01-12-2021 02:08 PM
Hi,
By definition, a calculated attributees is, wait for it ...., calculated. You might be able to accomplish what you need by having a third attribute that is hidden. This attributes would be calculated, and the implementing macro could check if the field 'Scope of Application (RO)' is empty and update it. If the field is not empty it is not updated.
‎01-12-2021 01:33 PM
Hello,
I cannot see this being possible with the method you describe. If you edit a computed valued it will be overwritten next time the value is computed.
Not sure if this will work, but you could try and create a Data Access Rule with a Macro.