Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ComplianceBulkUpdateInput

Input representation to asynchronously bulk update the status of the clause version records.
Property Type Description Required or Optional Available Version
recordId String ID of the policy or regulation version record to update the clause versions for. Required 65.0
targetStatus ConnectApi.​BulkUpdateTarget​StatusEnum Target status that you want to update the clause versions to.

Valid values are:

  • Active
  • Draft
  • PendingApproval
  • Published
  • Retired
  • Review

The Active, Draft, Published, and Retired statuses are applicable for both policy and regulation versions, and the associated cause version records.

The PendingApproval and Review statuses are applicable for only the policy version and the associated clause version records.

Required 65.0