I'm trying to create a new contact. Right now, Contact#to_xml puts the user on list 1 by default.
Why is this the default behavior? It's breaking my save request when I try to create a contact, and the account doesn't have a list with ID 1. Is this done because we can't create a new contact without putting it on at least one list?
I'm trying to create a new contact. Right now, Contact#to_xml puts the user on list 1 by default.
Why is this the default behavior? It's breaking my save request when I try to create a contact, and the account doesn't have a list with ID 1. Is this done because we can't create a new contact without putting it on at least one list?