ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Salesforce functions
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
Salesforce functions (prefix syntax)
The following functions are used to manage Salesforce databases, using prefix syntax:
<sfConnection variable>.AddCreates a record in a file of a Salesforce database.
<sfConnection variable>.ConnectAllows you to authenticate yourself beside a Salesforce platform.
<sfConnection variable>.ConvertLeadConverts the leads.
<sfConnection variable>.DeleteDeletes records from a Salesforce database.
<sfConnection variable>.DisconnectDisconnects:
  • the Salesforce platform.
  • the current Salesforce session.
<sfConnection variable>.EmptyRecycleBinClears the specified records from the Salesforce recycle bin.
<sfConnection variable>.ExecuteProcessRequests the execution of a specific process.
<sfConnection variable>.ExecuteQueryRuns an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<sfConnection variable>.ForwardQueryContinues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
<sfConnection variable>.MergeMerges the Salesforce records (also called Salesforce objects).
<sfConnection variable>.ModifyModifies the records of a file defined in Salesforce.
<sfConnection variable>.ReadRetrieves the Salesforce records from their identifiers.
<sfConnection variable>.SearchPerforms a search among the records found in a Salesforce database.
<sfConnection variable>.SeekDeletedSeeks and retrieves the records (Salesforce objects) deleted during the specified period.
<sfConnection variable>.SeekModifiedSeeks and retrieves the records (Salesforce objects) modified during the specified period.
<sfConnection variable>.UndeleteRestores previously deleted Salesforce records.

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. Please make sure that you comply with the license of service provider.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help