Topic by Jairo Cordero
Content
Hello gurus,
I have a requirement to prevent a contact from having more than one associated active record from a catalog (custom object).
I try to resolve with CPM, but when I try to set Contact to null does not work:
This is the line:
$Tarjeta->Contact = RNCPHP\Contact::fetch(null);
I try:
$Tarjeta->Contact = RNCPHP\Contact::fetch();
$Tarjeta->Contact = RNCPHP\Contact::fetch("");
$Tarjeta->Contact = RNCPHP\Contact::fetch('');