Hi,
I'm call the SyncLead method and passing in a List of Attributes that include custom fields which have been created in the database.
My issues is that only a few fields are being added (Last, First, Email, Phone, CustomField, CustomField, Skip, CustomField, CustomField, skip…Skip). I have a list of 18 items and only 8 items are begin added to the appropriate field. The others are ignored.
I have debugged and all my list fields are being populated and all are of correct data types.
I have tried to change position in the list but can't seem to get the missing fields populated.
I'm calling the api method like so;
string result = client.syncLead(fields, encyID, userID, active_list, ref rsl);
Where fields is of type Attributes.
I have this similar method call in another application but with less fields being passed in including custom fields. There is no problem with that call.
Thanks you any ideas.
-Jim