ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Salesforce functions
  • Overview
  • How to?
  • Connecting to Salesforce
  • Using the Salesforce features
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
Salesforce is a very popular CRM software. It is commercialized as Saas (Software as a Service), which means that the application and the data are hosted on server farms by Salesforce.
However, specific requirements are often created by this type of software. The development of additional modules is a big benefit when using and customizing this type of software.
The WLanguage Salesforce functions allow your applications to natively interface with Salesforce.
Warning: Before using a feature linked to the Salesforce services, we strongly recommend that you check the license for using this service. Some restrictions may apply. The content of the licenses may change over time.
PC SOFT is in no case responsible for the way the native access functions are used. Make sure that you comply with the license of the service provider.
How to?

Connecting to Salesforce

To be able to use a Salesforce function of WLanguage, you must connect to the Salesforce platform. This connection is established via SFConnect (<sfConnection variable>.Connect in prefixed syntax) and an sfConnection variable.

Using the Salesforce features

The WLanguage Salesforce functions are used to:
  • read, modify and add records in the files of Salesforce databases. These files can be preset files or custom files.
  • merge records.
  • convert "Lead" into account, contact or opportunity.
  • request the execution of a specific process. You can submit records to the approval process or perform an approval action.
For more details, see list of Salesforce functions.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help