|
|
|
__init__(self,
username,
password,
url=' http://localhost/sugarcrm ' ,
encoding=' utf-8 ' ,
name=' sugarcrm_connector ' )
Required Parameters username: Userid of SugarCRM server. |
source code
|
|
|
close(self,
connector)
Parameters connector : Connector that is to be closed. |
source code
|
|
|
edit(self,
portType,
session_id,
module,
values) |
source code
|
|
|
|
|
search(self,
portType,
session_id,
module,
offset=0,
row_limit=0,
query=None) |
source code
|
|
Inherited from facebook_connector'.connector :
__str__ ,
execute
Inherited from signal :
signal ,
signal_connect ,
signal_unconnect
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|