ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Salesforce functions
57 results
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
<sfConnection variable>.Connect (Function)
Manages authentication on a Salesforce platform.
<sfConnection variable>.ConvertLead (Function)
Converts the leads.
<sfConnection variable>.Delete (Function)
Deletes records from a Salesforce database.
<sfConnection variable>.Disconnect (Function)
Disconnects:
  • the Salesforce platform.
  • the current Salesforce session.
<sfConnection variable>.EmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
<sfConnection variable>.ExecuteProcess (Function)
Requests the execution of a specific process.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
<sfConnection variable>.Merge (Function)
Merges the Salesforce records (also called Salesforce objects).
<sfConnection variable>.Modify (Function)
Modifies the records of a file defined in Salesforce.
<sfConnection variable>.Read (Function)
Retrieves the Salesforce records from their identifiers.
<sfConnection variable>.Search (Function)
Performs a search among the records found in a Salesforce database.
<sfConnection variable>.SeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
<sfConnection variable>.SeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
<sfConnection variable>.Undelete (Function)
Restores previously deleted Salesforce records.
Salesforce functions
List of Salesforce functions
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFConnect (Function)
Manages authentication on a Salesforce platform.
sfConnection (Variable type)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
SFConvertLead (Function)
Converts the leads.
SFDelete (Function)
Deletes records from a Salesforce database.
sfDeletedRecord (Variable type)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
sfDeleteResult (Variable type)
The sfDeleteResult type is used to find out the result of SFDelete...
SFDisconnect (Function)
Disconnects:
  • the Salesforce platform.
  • the current Salesforce session.
sfDisconnectResult (Variable type)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
sfEmptyRecycleBinResult (Variable type)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
sfError (Variable type)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
SFExecuteProcess (Function)
Requests the execution of a specific process.
sfExecuteProcessResult (Variable type)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
sfExecuteQueryResult (Variable type)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery and SFExecuteQuery...
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
sfLeadConvert (Variable type)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
sfLeadConvertResult (Variable type)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
sfMergeRequest (Variable type)
The sfMergeRequest type is used to describe the elements to merge during the call to SFMerge...
sfMergeResult (Variable type)
The sfMergeResult type is used to find out the result of SFMerge...
SFModify (Function)
Modifies the records of a file defined in Salesforce.
sfObject (Variable type)
The sfObject type is used to describe a record of a SalesForce file...
sfProcessSubmitRequest (Variable type)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
sfProcessWorkItemRequest (Variable type)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
sfSaveResult (Variable type)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
sfSearchResult (Variable type)
The sfSearchResult type is used to find out the result of SFSearch...
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
sfSeekDeletedResult (Variable type)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
sfSeekUpdatedResult (Variable type)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
sfSessionInfo (Variable type)
The sfSessionInfo type is used to get information about the current session...
SFUndelete (Function)
Restores previously deleted Salesforce records.
sfUndeleteResult (Variable type)
The sfUndeleteResult type is used to find out the result of SFUndelete...
sfUserInfo (Variable type)
The sfUserInfo type is used to get information about a user...
Use the Salesforce service
Salesforce is a very popular CRM software...