Applies to
Bridge by Smartsheet
Salesforce Module Reference
Create
Use this module to create a new record in Salesforce.
Create fields
- Use System OAuth
- Record Name: name of the record table, such asContactor账户
- Entries:The name and values of the columns to be set on the new record when it is created.
删除
删除a record from the specified record table.
删除fields
- Use System Oauth
- Record Name: The name of the record table, e.g.Contactor账户
- Id: the unique record ID
查询
Return a list of records that match the specified query.
查询fields
- Use System OAuth: Use system OAuth for the request.
- Record Name: The name of the record table, such asContactor账户.
- Start Index: The starting index of the returned results. Defaults to 0.
- Max Results: The maximum number of results that should be returned. Defaults to 10.
- Columns: The names of the columns that should be returned for each record.
- 查询: Query parameters that can be used to filter the returned results.
- Type: Specify the column type that is being queried. This can be String, Boolean, or Number.
- Column: The name of the column to be queried.
- Condition: The condition to be applied to the column. This could be Equals, Not Equals, In, Not In, Less Than, Less Than or Equal To, Greater Than, or Greater Than or Equal To
- Value: The value, or values, to be used to compare to the column with the condition.
检索
检索a complete record from the specified record table.
检索fields
- Use System OAuth: Use system OAuth for the request.
- Record Name: The name of the record table, such as Contact or Account.
- Id: The unique Id of the record.
Update
Update an existing record in the specified record table.
Update fields
- Use System OAuth:Use system OAuth for the request.
- Record Name:The name of the record table, such as Contact or Account.
- Id:The unique Id of the record.
- Entries: The name and values of the columns to be updated on the record.