Topic by Marv Ferrer
I'm using the Process Designer on this one. I want my object handler to run for specific users only. However, when I do this:
$contact = RNCPHP\Contact::fetch(1);
print_r($contact);
It prints the object but all the fields are blank. I need to make sure the contact field or customer field is the right one before I can create conditions.