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

Product_Categories Links

Received Response
9
Views
2
Comments
edited Jun 8, 2022 12:05PM in General Technical Discussions 2 comments

Content

Hi All,

Here is a small piece of code to retrieve Products of a Category. Hope this helps:

Version

Nov 2014

Code Snippet

                     public void getProducts()
        {
            ServiceCategory category = new ServiceCategory();
            category.ID = new ID();
            category.ID.id = 70;
            category.ID.idSpecified = true;

         

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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