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