Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

View Object equivalent to "Get all product groups": catalogProductGroups

edited Jan 11, 2024 8:11PM in Sales 4 comments

Summary:

Is there a View Object equivalent to "Get all product groups": catalogProductGroups?

from Oracle Rest API documentation (Get all product groups) : https://docs.oracle.com/en/cloud/saas/sales/faaps/op-catalogproductgroups-get.html

URL: {Host}/crmRestApi/resources/11.13.18.05/catalogProductGroups

Method: GET 

-----------------------------------------------

from a JSON Response I need the following attribute values for a script:

"ParentProductGroupId": 30000000........,

------------------------------------------------

Need to get the Object attribute values via Object Trigger Script but I need to know what's the View Object to be used:

def vo1 = newView('[catalogProductGroups View Object??]')  

>To get the attribute value of ('ParentProductGroupId'):

def ParentProdID = row.getAttribute('

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!