Hi,
I have created custom fields for "Lead" and "Opportunity" entities and when I convert "Lead" to "Opportunity" all data got converted expect "Attachment Multiple" field. I have tried "image" field and it can be converted successfully without issues. The only issue is with "Attachment Multiple".
I have tried to add "Custom field of the Attachment Name" under "convertFields" parameter in /application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json
but still not working!
Could you tell me where to fix this to get it working?
Thank you
I have created custom fields for "Lead" and "Opportunity" entities and when I convert "Lead" to "Opportunity" all data got converted expect "Attachment Multiple" field. I have tried "image" field and it can be converted successfully without issues. The only issue is with "Attachment Multiple".
I have tried to add "Custom field of the Attachment Name" under "convertFields" parameter in /application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json
Code:
"convertFields": {
"Contact": {
},
[COLOR=#FF0000][B] "leadFiles": {
},[/B][/COLOR]
"Account": {
"billingAddressStreet": "addressStreet",
"billingAddressCity": "addressCity",
"billingAddressState": "addressState",
"billingAddressPostalCode": "addressPostalCode",
"billingAddressCountry": "addressCountry"
},
but still not working!
Could you tell me where to fix this to get it working?
Thank you

Comment