Ejemplo n.º 1
0
 def update_contact_to_sugarcrm(contact):
     sugar_sync = SugarSync()
     sugar_sync.update_contact(contact)
Ejemplo n.º 2
0
def update_contact_to_sugarcrm(contact):
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contact(contact)
Ejemplo n.º 3
0
 def update_contacts_from_sugarcrm():
     sugar_sync = SugarSync()
     sugar_sync.update_contacts_from_sugarcrm()
Ejemplo n.º 4
0
def update_contacts_from_sugarcrm():
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contacts_from_sugarcrm()
Ejemplo n.º 5
0
 def update_contact_to_sugarcrm(contact):
     sugar_sync = SugarSync()
     sugar_sync.update_contact(contact)
Ejemplo n.º 6
0
 def update_contacts_from_sugarcrm():
     sugar_sync = SugarSync()
     sugar_sync.update_contacts_from_sugarcrm()
Ejemplo n.º 7
0
def update_contact_to_sugarcrm(contact):
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contact(contact)
Ejemplo n.º 8
0
def update_contacts_from_sugarcrm():
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contacts_from_sugarcrm()