Hello guys:
I'm wondering if it's possible to re-set a certain field's attribute(s) in the method 'create' ?
The scenario is :
when we draft a new record, some fields are computed depending on some other fields;
After saving the record, computed fields are stored and would be used in next business unit. So I want the fields fixed so that the next units linked to them will not be disturbed.
So , I want the computing dependencies change to 'readonly' once record created.
Any solutions please? Thank you .