getUngroupedRecords Method

Returns a set of paginated non-members of a specific member-type.

ParameterRequiredDescription
parentIdRequiredOpportunity ID.
contextIdRequiredParent cart ID (Master or Enterprise quote or order ID).
pageSizeOptional: Defaults to 20Page size for pagination.
offsetOptional: Defaults to 0Offset for pagination.
cartTypeOptional: Defaults to QuoteQuote or order.
memberTypeOptional: Defaults to return all the typesCPQ Group Member Type Name. For example: ServicePoint.
filtersOptionalConsists 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
sortByOptionalField to sort on along with the sort order. Example: vlocity_cmt__PremisesId__r.vlocity_cmt__StreetAddress__c ASC
ParameterDescription
resultJSONResult with non-member records for a specific member-type.