Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

ROQL Query on Custom Object from Parent returning "Unknown table or column 'CO'" (2 Comments)

$
0
0

Topic by John Haywood

Content

Hi there,

I'm using ROQL in PHP connect to try to query a field of a custom object from it's child (the Incident Object), but whatever I try I get various errors.

The documentation gives examples like SELECT CO$FORMS_GEN$Formgen$ID FROM Incident WHERE Login = 'blahblah' - but when I try the same thing:

$res = RNC\ROQL::query( "SELECT CO$FORMS_GEN$Formgen$ID FROM Incident WHERE Login = 'blahblah'")->next();

I seem to get the error Unknown table or column 'CO'.

 

I've included a screenshot of the object in case that helps the awesome person that can figure out what's going on:

Thanks so much to whichever hero can point me in the right direction :-)

John.

Version

Nov 2014

Code Block

Image


Viewing all articles
Browse latest Browse all 2504

Trending Articles