I need to make a related field with two other fields. Right according to my knowledge we can have only one. Is there is any other option?
I don't want a compute field. Because the field should be editable.
I need to make a related field with two other fields. Right according to my knowledge we can have only one. Is there is any other option?
I don't want a compute field. Because the field should be editable.
Computed field can also editable fields make it readonly=False and make store true for it so that it relate to your two fields if you make any change in them it will reflect in your computed field and if not then you can put your value in that field and store that field data so it can save its value also.