Magidoc

SalesforceOperationType
Enum

Supported Salesforce operations through the unified jsforce SOAP/REST interface.

Possible Values

#

QUERY

Execute a SOQL query

SEARCH

Execute a SOSL search across multiple objects

INSERT

Insert a new record

UPDATE

Update an existing record by ID

DELETE

Delete an existing record by ID

UPSERT

Upsert a record (insert or update based on external ID)

MERGE

Merge records (SOAP API) - combines duplicates into a master record

DESCRIBE

Describe an object's metadata (fields, relationships, etc.)

CONVERT_LEAD

Convert a Lead to Account/Contact/Opportunity (SOAP API)