删除数据:要从Salesforce中删除记录,你可以使用DELETE请求。你需要指定要删除的记录的ID。例如,以下是一个删除Account对象记录的示例请求: 在这个示例中,{recordId}是要删除的记录的ID。 需要注意的是,以上示例中的vXX.X应该替换为实际的Salesforce API版本号。此外,还需要在请求头中包含访...
删除场景:当我们使用API去进行删除时,request method选择delete,url和通过record id获取数据的url相同,没有request body以及没有response的body。我们可以通过status code来追踪当前的删除是否成功。通过下图我们可以看到,删除成功,没有 response body,status code为204. 总结:本篇小结主要是两点,一个是针对SSO的细节运用...
if you delete a case record, apex automatically deletes any casecomment, casehistory, and casesolution records associated with that case. however, if a particular child record is not deletable or is currently being used, then the delete operation on the parent case record fails. th...
}//delete the records in Salesforce.com by passing an array of IdsDeleteResult[] deleteResults =connection.delete(ids);//check the results for any errorsfor(inti=0; i< deleteResults.length; i++) {if(deleteResults[i].isSuccess()) { System.out.println(i+". Successfully deleted record - ...
deleteRecord():用于记录的delete操作,此方法会返回一个SaveRecordResult对象的callback function。 通过上面的常用的三个方法,我们会关注到SaveRecordResult这个对象,此类作为CUD操作的callback返回的唯一参数,此对象具有以下的字段: objectApiName:当前操作的object的 API name; ...
Record item True dynamic Record 戻り値 この操作の出力は状況に応じて変わります。 レコードの削除操作ID: DeleteItem この操作では、レコードを削除します。 パラメーター テーブルを展開する 名前キー必須型説明 Salesforce オブジェクトの種類 table True string Salesforce オブジェクトの種...
使用命名凭据 (Named Credentials) 去调用外部API,首先需要在Salesforce中设置命名凭据。命名凭据可以简化连接外部服务的过程,同时提供一个集中的管理认证信息的方式。 使用命名凭据调用外部API的步骤: 设置命名凭据: 在Salesforce中,导航到设置 > 安全 > 命名凭据,点击 "新建"。在这里,可以设置外部服务的URL、认证协议...
Salesforce.Reports(optional loginUrl as nullable text, optional options as nullable record) as table 關於在認證中所提供的 Salesforce 帳戶上傳回報表。 該帳戶會透過所提供的環境 loginUrl 進行連線。 若未提供任何環境,則該帳戶會連線至生產環境 (https://login.salesforce.com)。 可提供選擇性記錄參數 ...
The record's mini page layout determines which fields are included in the hover details. Users can’t customize which fields appear.) 即时活动(Immediate Action) 当工作流规则条件满足时,立即执行的工作流活动。(A workflow action that executes instantly when the conditions of a workflow rule are met...
(api version 30.0) no results search tips: please consider misspellings try different search keywords introduction to rest api quick start examples getting information about my organization working with object metadata working with records create a record update a record delete a record get field ...