Setting complete record to readonly once it has been saved
Collapse
X
-
Thank you, I guessed that from my testing. And I found a solution, that works. The values, that I pull from the related entity by formula I put in a ifThen condition with the function entity\is new(), what causes, that the formula is only executed, when the record is created but not when it is updated and so it protects already before created records. Result is exactly, what I wanted. -
You can check 'Read-Only-After-Create' for every field.
> not even by formula
It's not possible to restrict saving by formula,Leave a comment:
-
Setting complete record to readonly once it has been saved
Is it possible to set a record to readonly, when it has been created?
I have records, where I pull values from another entity by relationship. These values, which I pull from there, may change from time to time in the related entity, but I want avoid, that in records before the changings happened, the values in those records would not be possible to be altered, not even by formula.
For newer records after the changings it should be possible to use the newer values.Tags: None

Leave a comment: