function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
srikeerthisrikeerthi 

To get the Solutions based on Categories in Customer Portal

Hi

 

I am working with the Customer Portal,I have developed a VF Page to get the Solutions depending on the

Soluiton Category selected,It worked in my Dev box but in Customer Portal I got this Error

 

No such column 'Id' on entity 'CategoryNode'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names. 

 

I am unable resolve this,is it not possible to query on CategoryNode in Customer Portal.If any one know about this,

Please help me....

 

Thanks

benito dardobenito dardo

I just know that you cannot query those objects when using a portal profile. On the other hand, I would like to know if you were able to get a list if assigned categories for a given Solution.

 

Thanks in advance.