Fields not being updated through the marketo SOAP API

Anonymous
Not applicable

Fields not being updated through the marketo SOAP API

Hi,

I am using the suds_marketo python SOAP API to sync marketo leads.  In my test case I am attempting to sync a single field called confluence_expertName.  When I sync the lead, I receive a response that the lead was updated correctly:

>>> client.sync_lead('atlassian@xxxx.com', (('confluence_expertName', 'string', 'Pix Software GmbH'),) )

(ResultSyncLead){

   leadId = 67xxxxx

   syncStatus =

      (SyncStatus){

         leadId = 67xxxxx

         status = "UPDATED"

         error = None

      }

   leadRecord = None

}

However, when I look at the record in Marketo, it remains unchanged.

Is there a reason that a field would not be updated, even though marketo API reports that the field has been updated.

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Fields not being updated through the marketo SOAP API

Any change field updates are blocked (look in Field Management)?

Anonymous
Not applicable

Re: Fields not being updated through the marketo SOAP API

No, the field is not blocked as far as I can tell.

Screen Shot 2015-10-26 at 4.49.39 PM.png