cancel
Showing results for 
Search instead for 
Did you mean: 

Want to retrieve the product category form Rfx page

Former Member
0 Kudos

Hi

I want to retrieve the product category form Rfx page (header tab)

Can any one help me with the code ?

Regards

Sudipta

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sudipta,

I assume that you are trying to write a script, not a query. If yes, then try this:

prodCategory = doc.getIntCategory();

This returns the object reference to the Product Catgory.

Thanks

Devesh

Former Member
0 Kudos

Resolved.

Thanks a lot