This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = "http://{site_url}/service/v4/soap.php?wsdl"; | |
$username = "admin"; | |
$password = "password"; | |
//require NuSOAP | |
require_once("./nusoap/lib/nusoap.php"); | |
//retrieve WSDL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = "http://{site_url}/service/v4/rest.php"; | |
$username = "admin"; | |
$password = "password"; | |
//function to make cURL request | |
function call($method, $parameters, $url) | |
{ | |
ob_start(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = "http://{site_url}/service/v4/soap.php?wsdl"; | |
$username = "admin"; | |
$password = "password"; | |
//require NuSOAP | |
require_once("./nusoap/lib/nusoap.php"); | |
//retrieve WSDL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = "http://{site_url}/service/v4/rest.php"; | |
$username = "admin"; | |
$password = "password"; | |
//function to make cURL request | |
function call($method, $parameters, $url) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ syntax.php{code: "$sugar_config['default_email_charset'] = 'UTF8';"} }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$layout_defs["Accounts"]["subpanel_setup"]["contacts"]["top_buttons"] = array( | |
array( | |
'widget_class' => 'SubPanelTopCreateButton', | |
), | |
array( | |
'widget_class' => 'SubPanelTopSelectButton', | |
'mode' => 'MultiSelect', | |
), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$layout_defs["Accounts"]["subpanel_setup"]["contacts"]["top_buttons"] = array( | |
array( | |
'widget_class' => 'SubPanelTopButtonQuickCreate', | |
), | |
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$manifest =array( | |
'acceptable_sugar_flavors' => array('CE','PRO','CORP','ENT','ULT'), | |
'acceptable_sugar_versions' => array( | |
'exact_matches' => array(), | |
'regex_matches' => array('6\\.[0-9]\\.[0-9]$'), | |
), | |
'author' => 'SugarCRM', | |
'description' => 'Installs updated layouts to the accounts module', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./custom/modules/Module_Name/logic_hooks.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./custom/modules/Connectors/metadata/display_config.php |
NewerOlder