Snippets
Page 1 of 1 pages  

free Automatically Rereshing the History Subpanel in SugarCRM
When additional buttons are added to a SugarCRM subpanel they are often for new quick create forms. The SugarCRM quick create uses a POST method and automatically refreshes the required subpanel.
Lasted Edited: Jan 12, 2011 CRM: SugarCRM

free MSSQL Print Stored Procedures
You want to send a copy of your MSSQL database’s stored procedures to someone outside your organization or otherwise doesn’t have access to your system. This T-SQL will output all of them, so you can copy it and send it away.…MORE...
Lasted Edited: Jan 12, 2011

free Referencing Talend SQL Queries And Data Using The tJava Component
In Talend you have the ability to use tJava to insert Java code into your Talend job. Using a tMSSql Input with tJava will allow you to see the actual query being made to the database. The issue that you will…MORE...
Lasted Edited: Jun 08, 2010

free 400 Bad Header Name When Calling the SugarCRM REST API Via CURL When SugarCRM is on IIS
Most PHP developers use CURL to build REST calls to the SugarCRM REST API. These REST calls need thorough testing but there are factors that need to be accounted for such as the ability to make REST calls against both Apache…MORE...
Lasted Edited: May 24, 2010 CRM: SugarCRM

free Updating Talend Component Schemas after Editting tSugarCRM Components
In order for Talend to be aware custom SugarCRM fields and modules the XML schema of the component must be edited.
Lasted Edited: May 24, 2010 CRM: SugarCRM

free Retreiving the ID of a Record Inserted with the Talend SugarCRM Component
When using Talend with SugarCRM it is often necessary to retrieve the SugarCRM ID of a record that was inserted via the tSugarCRMOutput Component. 
Lasted Edited: May 24, 2010 CRM: SugarCRM

free 500.19 Error When Installing Sugar on IIS 7.5
While installing SugarCRM 5.5 on IIS 7.5 I received a 500.19 on the last step.
Lasted Edited: May 24, 2010 CRM: SugarCRM

free Splitting Single Name Fields Into Two Names in Talend
This snippet was used with the tMap component in the variables section to take a single column name field from one database and split it into two fields for use with the tSugarCRM component.
Lasted Edited: May 12, 2010