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 2014Code Block
Image
