Skip to content

Instantly share code, notes, and snippets.

@jbartek
jbartek / sugarquery.php
Created August 7, 2012 20:03
SugarQuery Example v. 2
<?php
/*
Expressions for any conditionals
Array
(
[AND] => Array
(
[0] => Array
(
[0] => contacts.field
@jbartek
jbartek / dunstest.php
Created April 12, 2011 21:21
DUNS Request Test
<?php
$client = new SoapClient(
$config['properties']['hoovers_wsdl'],
array(
'trace' => true,
'exceptions' => true,
'location' => $config['properties']['hoovers_endpoint']
)
);
@jbartek
jbartek / subTermStartDateFix.php
Created April 12, 2011 21:05
Fix for Start Date as Per ITR21902
<?php
/*
** @author: jbartek
** SUGARINTERNAL CUSTOMIZATION
** ITRequest #: 21902
** Description: Fix Term Start Date
*/
chdir('../..');
define('sugarEntry', true);