Salesforce
Interfaces, Classes, Traits and Enums
- Object_Sync_Salesforce
- Object_Sync_Salesforce class.
- Object_Sync_Sf_Activate
- Object_Sync_Sf_Activate class.
- Object_Sync_Sf_Admin_Notice
- Object_Sync_Sf_Admin_Notice class.
- Object_Sync_Sf_Admin
- Object_Sync_Sf_Admin class.
- Object_Sync_Sf_Deactivate
- Object_Sync_Sf_Deactivate class.
- Object_Sync_Sf_Exception
- Object_Sync_Sf_Exception class.
- Object_Sync_Sf_Logging
- Object_Sync_Sf_Logging class.
- Object_Sync_Sf_Mapping
- Object_Sync_Sf_Mapping class.
- Object_Sync_Sf_Pull_Options
- Object_Sync_Sf_Pull_Options class.
- Object_Sync_Sf_Queue
- Object_Sync_Sf_Queue class.
- Object_Sync_Sf_Rest
- Object_Sync_Sf_Rest class.
- Object_Sync_Sf_Salesforce_Pull
- Object_Sync_Sf_Salesforce_Pull class.
- Object_Sync_Sf_Salesforce_Push
- Object_Sync_Sf_Salesforce_Push class.
- Object_Sync_Sf_Salesforce_Select_Query
- Object_Sync_Sf_Salesforce_Select_Query class.
- Object_Sync_Sf_Salesforce_Soap_Partner
- Object_Sync_Sf_Salesforce_Soap_Partner class.
- Object_Sync_Sf_Salesforce
- Object_Sync_Sf_Salesforce class.
- Object_Sync_Sf_Sync_Transients
- Object_Sync_Sf_Sync_Transients class.
- Object_Sync_Sf_WordPress_Transient
- Object_Sync_Sf_WordPress_Transient class.
- Object_Sync_Sf_WordPress
- Object_Sync_Sf_WordPress class.
Table of Contents
- OBJECT_SYNC_SF_DEFAULT_API_VERSION = '55.0'
- The default Salesforce API version, unless it has been overridden by pre-existing option or by developers
- OBJECT_SYNC_SF_FILE = __FILE__
- The full path to the main file of this plugin
- OBJECT_SYNC_SF_VERSION = '2.2.13'
- The plugin's current version
- object_sync_for_salesforce() : Object_Sync_Salesforce
- Retrieve the instance of the main plugin class
Constants
OBJECT_SYNC_SF_DEFAULT_API_VERSION
The default Salesforce API version, unless it has been overridden by pre-existing option or by developers
public
string
OBJECT_SYNC_SF_DEFAULT_API_VERSION
= '55.0'
Tags
OBJECT_SYNC_SF_FILE
The full path to the main file of this plugin
public
string
OBJECT_SYNC_SF_FILE
= __FILE__
This can later be passed to functions such as plugin_dir_path(), plugins_url() and plugin_basename() to retrieve information about plugin paths
Tags
OBJECT_SYNC_SF_VERSION
The plugin's current version
public
string
OBJECT_SYNC_SF_VERSION
= '2.2.13'
Tags
Functions
object_sync_for_salesforce()
Retrieve the instance of the main plugin class
object_sync_for_salesforce() : Object_Sync_Salesforce