Hello,
I have an entity, where the user can store values to be linked to another entity. I want there some values by default, which the user should not be able to manipulate as I use these values in formulas of another entity.
I know, that I can make the whole field readOnly, but this would prevent the main reason for this solution as I want the user to be able to store his own values, what wouldn`t be possible anymore in that case.
So I made a condition, where a certain value of the field sets the condition to itself by limiting the possibility to edit only, if the name of the value is not as the condition states.
To explain better:
The default values of field1 are A, B and C, the user sets D, E, F..... and whatever he wants. So I set the condition to if field1 matches a, B, or C, the field would be readOnly. But that does not have an effect, as I see.
I have an entity, where the user can store values to be linked to another entity. I want there some values by default, which the user should not be able to manipulate as I use these values in formulas of another entity.
I know, that I can make the whole field readOnly, but this would prevent the main reason for this solution as I want the user to be able to store his own values, what wouldn`t be possible anymore in that case.
So I made a condition, where a certain value of the field sets the condition to itself by limiting the possibility to edit only, if the name of the value is not as the condition states.
To explain better:
The default values of field1 are A, B and C, the user sets D, E, F..... and whatever he wants. So I set the condition to if field1 matches a, B, or C, the field would be readOnly. But that does not have an effect, as I see.
Comment