• christianpbrink
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi,

 

I have seen other threads but none with a solution for my problem. I've created simple queries for the syndication feed on standard objects like accounts, but the information I need is in a custom object. The code looks like this:

 

 

select name from ts2__Job__c

 The error I get is this: 

 

Query: The SOQL for this feed refers to an invalid object type. Check the syntax of the query and make sure that any objects referenced are readable via your site's public access settings.

 I've made sure the object is readable, and I've even used the system log to make sure the query is valid. It does return results there, however not in the syndication field. Are there other limitations restricting me?

 

The custom object is managed, which may have something to do with it.

 

Any help is much appreciated!

 

 

Hi,

 

I have seen other threads but none with a solution for my problem. I've created simple queries for the syndication feed on standard objects like accounts, but the information I need is in a custom object. The code looks like this:

 

 

select name from ts2__Job__c

 The error I get is this: 

 

Query: The SOQL for this feed refers to an invalid object type. Check the syntax of the query and make sure that any objects referenced are readable via your site's public access settings.

 I've made sure the object is readable, and I've even used the system log to make sure the query is valid. It does return results there, however not in the syndication field. Are there other limitations restricting me?

 

The custom object is managed, which may have something to do with it.

 

Any help is much appreciated!