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.
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.
Comment