This file contains hidden or 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 | |
| /** | |
| * Utility class that use SugarCRM Rest to create a Note and associate to a Case | |
| */ | |
| class nepoUtils { | |
| const HOME = 'http://<yourcrm>/service/v4_1/rest.php'; | |
| protected $curl; | |
| protected $session; |
This file contains hidden or 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 | |
| /** | |
| * August 1, 2012 | |
| * | |
| * Jeff Bickart | |
| * Twitter: @bickart | |
| * Blog: http://sugarcrm-dev.blogspot.com/ | |
| * | |
| * The following is a example of usage of the tincheck.com web-service to test the ValidateTinName |
NewerOlder