Topic by Bharath Lohray
use RightNow\Connect\v1\Bnr as RNCPHP;
$es=new RNCPHP\e_students::fetch("R1234567");
is what I am using to attempt to fetch a racord from a custom Object table.
Bnr is the Package and e_students is the table. a particular string field has been set to "Object Lookup". However, I get a php error each Time I do it.
I would like to knwo how to fetch records from table within custom objects and how to delete them if needed. I could nto find this in the docs at http://community.rightnow.com/developer/fileexchange/Connect_PHP_November_2010/Default.htm
Thank you.