Endpoint

Specifies the endpoint entry in the configuration. This is a mandatory property. The corresponding adapter command is-E (or -ENDPOINT).

Actions available in Salesforce adapter as follows:
  • Get Record (Adapter command value: getRecord).
  • Insert Record (Only Target Mode) (Adapter command value: createRecord).
  • Update Record (Only Target Mode) (Adapter command value: updateRecord).
  • Delete Record (Only Target Mode) (Adapter command value: deleteRecord).
  • Execute Query (Adapter command value: query).
  • Execute QueryAll (Adapter command value: queryAll).
  • Query Performance (Adapter command value: queryPerformance).
  • Search String (Adapter command value: searchString).