Someone has a business map for use a checkAccountPIVA ?
I think is the same I need made for my function too
correct is current_record_id ....
$name = 'arquivo.txt';
$text = var_export($_POST, true);
$file = fopen($name, 'a');
fwrite($file, $text);
fclose($file);
I think is the same I need made for my function too
(09-29-2019, 03:52 PM)rslemer Wrote: index is $entity['recordid'] ?
because in log returned blank for me ...
I tried user a log to printed all index in this array, but not is possible shows in screen. I think is because is a background process right?
But there are a way to printed that, in log?
correct is current_record_id ....
(09-29-2019, 03:52 PM)rslemer Wrote: index is $entity['recordid'] ?
because in log returned blank for me ...
I tried user a log to printed all index in this array, but not is possible shows in screen. I think is because is a background process right?
But there are a way to printed that, in log?
$name = 'arquivo.txt';
$text = var_export($_POST, true);
$file = fopen($name, 'a');
fwrite($file, $text);
fclose($file);
Ranieri
eCRM Web
eCRM Web