Integrate Wordpress Contact Form 7 and Salesforce Web to Lead we need to write the curl (php) funictionality in functions.php file in wordpress server. login to your ftp server and …
SALESFORCE
-
- APEXSALESFORCESalesforce Customization
Iterating Map using for loop in Apex Class
by Sakthiby SakthiFor black friday uggs the cyber monday uggs careful http://www.exclusivesearch.com/ shopper, uggs Cyber Monday there uggs cyber monday 2015 are uggs Cyber Monday bargains uggs cyber monday deals on uggs …
- JAVASCRIPTSALESFORCEVisual ForceVisualforce
Prepopulate visualforce apex:inputtext from URL parameter without using custom controller
Prepopulate visualforce apex:inputtext from URL parameter without using custom controller URL …/apex/MyVFPage?AccountName=TheBlogReaders.com AccountName in Parameter and pass the account value here is a the right solution for your problem using …
- SALESFORCESalesforce ConfigurationSalesforce Customization
Prepopulate the lookup field value in salesforce standard view page using URL Parameters?
Prepopulate the lookup field value in salesforce standard view page using URL Parameters? Its possible using the below workaround: First you need to get the Lookup Field 15 digit Salesforce …
- SALESFORCESalesforce Configuration
Differentiate saveURL, cancelURL, retURL in Salesforce URL Parameters
Differentiate saveURL, cancelURL, retURL in Salesforce URL Parameters There are many URL parameters used by Salesforce.com, but saveURL, cancelURL and retURL are the very most fundamental and regularly used in …
- APEXSALESFORCEVisual ForceVisualforce
How to Get the Logged in User Profile Name in Apex Class and Visualforce Page
How to Get the Logged in User Profile Name in Apex Class and Visualforce Page Source: https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_userinfo.htm#apex_System_UserInfo_getProfileId getProfileId() Returns the context user’s profile ID. Id profileId=userinfo.getProfileId(); String profileName=[Select Id,Name from …
- APEXSALESFORCESalesforce ConfigurationSalesforce CustomizationTrigger
How to Choose to achive the Field Updates either using Workflow or Trigger
How to Choose to achive the Field Updates either using Workflow or Trigger: Best practise to always use a workflow whenever possible and only use triggers when you cannot accomplish …
- IntegrationSALESFORCESalesforce.comSFDC and Other Integration
List of the applications to integrate Salesforce.com
List of the applications to integrate Salesforce.com we can integrating the data from your local database with Salesforce. Here are some applications to make the integration process easier: Informatica CastIron …
- APEXSALESFORCESalesforce CustomizationSalesforce.com
How to add a hyperlink in the body of a feeditem using apex class?
How to add a hyperlink in the body of a feeditem using apex class? FeedItem in salesforce as its represents an entry in the feed, such as changes in a …
- Data LoaderForce.comIntegrationLINUXPHPSALESFORCEUNIX
how to insert/update the data from FTP server (CSV File) to Salesforce.com
how to insert/update the data from FTP server (CSV File) to Salesforce.com Using some of the few ways its possible: 1) Using salesforce API ( e.g. Java, PHP, .Net APIs …