Skip to content

Instantly share code, notes, and snippets.

@tchrist
Created August 23, 2012 22:16
Show Gist options
  • Save tchrist/3442685 to your computer and use it in GitHub Desktop.
Save tchrist/3442685 to your computer and use it in GitHub Desktop.
tchrist@tchrist-VirtualBox:~/workspace/app$ ./symfony test:salesforceApi
Pulling Campaign ...
Pulling Lead ...
Pulling Account ...
Pulling Contact ...
Pulling Opportunity ...
Pulling Contact ...
Pulling Case ...
Pulling Solution ...
array(1) {
["005E0000001jniWIAQ"]=>
array(3) {
["2012-08-21"]=>
array(7) {
["Campaign"]=>
string(1) "4"
["Lead"]=>
string(2) "22"
["Account"]=>
string(2) "12"
["Contact"]=>
string(2) "20"
["Opportunity"]=>
string(2) "31"
["Case"]=>
string(2) "26"
["Solution"]=>
string(2) "10"
}
["email"]=>
string(25) "tchrist@nationalfield.com"
["2012-08-22"]=>
array(1) {
["Lead"]=>
string(1) "1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment