You are here:
Get Quote Groups Invocable Action
Use this action to retrieve all groups associated with a specific quote. For example, you can fetch all quote groups to apply customized service-level agreements across different business units.

Use more general search terms.
Select fewer filters to broaden your search.
You are here:
Use this action to retrieve all groups associated with a specific quote. For example, you can fetch all quote groups to apply customized service-level agreements across different business units.
| Available in: Lightning Experience |
| Available in: Enterprise, Unlimited, and Developer Editions |
| Parameter | Description | Data Type |
|---|---|---|
| quoteId | The ID of the quote to get the groups for. | String |
| isAsyncJobRunning | A Boolean value that indicates whether to check for running asynchronous jobs before fetching groups. | Boolean |
| Parameter | Description | Data Type |
|---|---|---|
| outputMessage | A message containing the details of the output. | String |
| quoteGroups | A list of quote groups. | String |
| errorMessage | A message explaining why the data couldn't be fetched. | String |
JSON Request
{
"inputs": [
{
"quoteId": "0Q0DX0000007jXl0AI",
"checkAsyncJobStatus": true
}
]
}
JSON Response Body
[
{
"actionName": "devops001gs0__B2BCmexGetGroupsInvocable",
"errors": null,
"invocationId": null,
"isSuccess": true,
"outcome": null,
"outputValues": {
"message": null,
"quoteGroups": [
{
"quoteGroupId": "a4IDX0000000a4S2AQ",
"groupName": "Enterprise Services"
},
{
"quoteGroupId": "a4IDX0000000a4T3BR",
"groupName": "Mobile Solutions"
},
{
"quoteGroupId": "a4IDX0000000a4U4CS",
"groupName": "Cloud Infrastructure"
}
],
"error": null
},
"sortOrder": 0,
"version": 1
}
]

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.