yuuvis® Q&A

0 votes
in yuuvis Momentum by (2.4k points)

Hi Yuuvis Team

I would like to make some fields/properties in our Schema readonly so they can only be set at create time. At some locations in the documentation it is hinted that there is an "updatability": "readwrite" and "updatability": "readonly".

https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40141227

Can these be specified in the schema somehow, or are these only available in system properties?

Kind regards
Nicole

1 Answer

0 votes
by (3.0k points)
selected by
 
Best answer
Hi Nicole,

The value for the property attribute 'updateability' can not yet be set in property definitions. If you define a property in your schema, 'updateability' is always automatically set to 'readwrite'. Other values can occur only in system properties that are set by the system and can not be modified by users.

Best regards,
Antje
by (2.4k points)
Hi Antje

When you say "can not yet be set" - how likely is this to come in the future?
For now we will use a WebHook or Interceptor to achieve this.

Kind regards
Nicole
by (3.0k points)
Hi Nicole,

We do not plan to provide a possibility for users to set the value for the 'updateability' attribute in their property definitions. However, your demand is a good example for a use case of a webhook as you already mentioned.

Kind regards,
Antje
...