ServicesDeliverableServiceActionAdd
Adds services deliverables with services credits pricing to a project and automatically allocates services credits to milestones according to the specified allocation mode.
| Property | Value |
| Label | Add Services Deliverables with Services Credits Pricing to Project |
| Category | Services Deliverables |
| Since | Winter 2026 |
| Read-only | No |
| Supports Agents | No |
| Supports Flows | Yes |
| Async Action | Yes |
| Keywords | services deliverable, project, add, deliverable |
Request Parameters
| Field | Type | Label | Description | Required |
projectId | Id | Project ID | The ID of the project to which deliverables are to be added. | Yes |
deliverableIds | List<Id> | Deliverable IDs | The list of services deliverable IDs to be added to the project. | Yes |
allocationMode | String | Allocation Mode | The allocation mode for services credits: ALLOCATION_REQUIRE_SUCCESS, ALLOCATION_ALLOW_FAILURE, or NO_ALLOCATION | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
resultList | List<AddServicesCreditsDeliverableResult> | Add Deliverable Results | A list including the results from the request to add services deliverables. | No |
results | List<AddDeliverableResult> | DEPRECATED: Add Deliverable Results | A list including the results from the request to add services deliverables. | No |
deliverableId | Id | Deliverable ID | The ID of the processed services deliverable. | No |
errorMessages | List<String> | Error Messages | A list containing error messages that occurred during the process. When ALLOCATION_ALLOW_FAILURE mode is used, this list might include errors related to the credit allocation even if the project deliverable is successfully created. | No |
deliverableInstance | Services_Deliverable_Instance__c | Deliverable Instance | If the deliverable is successfully added to the project, this field contains the created project services deliverable record, which is linked to the associated records. If the process fails, this field is not populated. | No |
|