Importing contacts/sugar modules: Difference between revisions
New page: == SugarCRM Modules == <source lang="php"> $get_available_modules_params = array ( 'session' => $session_id, ); $result = $soapclient->call('get_available_modules', $get_available_module... |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
| Line 1: | Line 1: | ||
== SugarCRM Modules == | == SugarCRM Modules == | ||
< | <syntaxhighlight lang="php"> | ||
$get_available_modules_params = array ( | $get_available_modules_params = array ( | ||
'session' => $session_id, | 'session' => $session_id, | ||
| Line 88: | Line 88: | ||
), | ), | ||
) | ) | ||
</ | </syntaxhighlight> | ||
[[Category:SugarCRM]] | [[Category:SugarCRM]] | ||