getUngroupedRecords Method
Returns a set of paginated non-members of a specific member-type.
Parameter | Required | Description |
---|
parentId | Required | Opportunity ID. |
contextId | Required | Parent cart ID (Master or Enterprise quote or order ID). |
pageSize | Optional: Defaults to 20 | Page size for pagination. |
offset | Optional: Defaults to 0 | Offset for pagination. |
cartType | Optional: Defaults to Quote | Quote or order. |
memberType | Optional: Defaults to return all the types | CPQ Group Member Type Name. For example: ServicePoint. |
filters | Optional | Consists of Field to search on and the sub-string value to search against, separated by colon(:). Supports multiple such sets, separated by comma(,). Example: vlocity_cmt__LoadProfile__c:SMB%20Low,vlocity_cmt__IsKeyAtPremises__c:true |
sortBy | Optional | Field to sort on along with the sort order. Example: vlocity_cmt__PremisesId__r.vlocity_cmt__StreetAddress__c ASC |
Parameter | Description |
---|
result | JSONResult with non-member records for a specific member-type. |