Hi Team,
We are creating new email and phone fields in Account entity by going into the account.json file and adding the following code and then rebuilding the system
"emailAddress": { "type": "email", "isPersonalData": true },
"phoneNumber": { "type": "phone", "typeList": ["Mobile", "Office", "Home", "Fax", "Other"], "defaultType": "Mobile", "isPersonalData": true },
this does bring up the entry in layout manager but when we try to save any value there it stays there till we are in the account entity but if we refresh the page or go to another entity and come back to account entity it disappears. Also if we go and make any modifications to the field from the espocrm backend in the JSON file it adds a value to the field notStorable: true.
We even removed that entry and rebuild the solution the data is still not stored. Can someone guide us on this?
We are creating new email and phone fields in Account entity by going into the account.json file and adding the following code and then rebuilding the system
"emailAddress": { "type": "email", "isPersonalData": true },
"phoneNumber": { "type": "phone", "typeList": ["Mobile", "Office", "Home", "Fax", "Other"], "defaultType": "Mobile", "isPersonalData": true },
this does bring up the entry in layout manager but when we try to save any value there it stays there till we are in the account entity but if we refresh the page or go to another entity and come back to account entity it disappears. Also if we go and make any modifications to the field from the espocrm backend in the JSON file it adds a value to the field notStorable: true.
We even removed that entry and rebuild the solution the data is still not stored. Can someone guide us on this?
Comment