Execution Error when importing file

Hi everyone.

Struggling to debug what seemed to be an easy issue. I'm importing a really basic .csv file into leads, nothing major, Name/ID and street. However when I run the code I get the error:

Error: Execution
Field Name Execution Error
Value NOTICE: [8] Undefined index: sms_append_opp_c on line 178 in file /var/www/acloud-crm/modules/pmse_Inbox/engine/parser/PMSEFieldParser.php

The field sms_append_opp_c is on the opportunities module, but the error seemingly isn't related to any logic hooks, has anyone got any idea why this is happening?

The import is working just fine, it just says "1 row failed out of 8" but there's only 7 anyway.

Thanks,


Daniel

Parents Reply
  • Hi do you have a recommendation on how to host the file as the club doesn't seem to do direct uploads? The CSV copy/paste is simply:

    HH ID Prefix,ID,Email Address,First Name,Last Name,Mobile,Primary Address Street,Primary Address Town/City,Primary Address County,Primary Address Postcode,Primary Address Country,Business Type,Primary Source,Secondary Source,Service Type,Description,Visitor ID
    HH607,8428299c-7bfc-11eb-9dbb-00163e195c39,test@test.com,Test,MergeTest1337,54654654,123 strett,London,street,b97 3er,uk,Private,Outbound - Book an appointment,Branch Signage,Live In Ongoing,fdgdfgdfgfdgfdgfdgfdgfdgfdgfdgdsfgsdfgsdfgdsfgdfsg,fdgfdgd
    HH609,99b881e0-7c28-11eb-a38f-00163e195c39,test@test.com,Test1,MergeTest2345,54654654,123 street,bolton,china,nn2 1hl,uk,CHC / NHS / CCG / Hospice,Outbound - Book an appointment,Bright Horizons,Hourly Respite,fdgdfgdfgfdgfdgfdgfdgfdgfdgfdgdsfgsdfgsdfgdsfgdfsg,fdgfdgd
    HH610,15182174-7ff3-11eb-a541-00163e195c39,test@test.com,Test2,Test234,54654654,123 street,bolton,china,nn2 1hl,uk,Charity,Outbound - Call me back now,Branch Signage,Hourly Ongoing,fdgdfgdfgfdgfdgfdgfdgfdgfdgfdgdsfgsdfgsdfgdsfgdfsg,fgfdgd

Children