While creating Account I observed that BP_NUMBER is a key field and is editable only for a new creation of account. It is disabled once it is generated.
Now I have added new AET field to Account General Data but since it is not a key field current->is_property_readonly in GET_I method returns false so I am not able to capture this functionality.
Please suggest what should I do?