Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with business map
#4
a quick look at the other existing validation functions leads me to believe that the parameters are "just there", the one you are looking for is not a workflow entity object, I'd say it is just an array of fields, like this:

field triggering the validation, value to be validated, array with the other parameters in map, array of all the other fields

but to make sure log them to the log file:

function validaCPF($field, $cpf, $params, $fields) {
global $log;
$log->fatal($field);
$log->fatal($cpf);
$log->fatal($params);
$log->fatal($fields);
...
Joe
TSolucio
Reply


Messages In This Thread
Help with business map - rslemer - 09-26-2019, 09:55 PM
RE: Help with business map - joebordes - 09-28-2019, 10:14 AM
RE: Help with business map - rslemer - 09-28-2019, 03:13 PM
RE: Help with business map - joebordes - 09-28-2019, 11:27 PM
RE: Help with business map - rslemer - 09-29-2019, 01:50 PM
RE: Help with business map - joebordes - 09-29-2019, 02:34 PM
RE: Help with business map - rslemer - 09-29-2019, 03:52 PM
RE: Help with business map - rslemer - 09-30-2019, 04:20 PM
RE: Help with business map - rslemer - 09-30-2019, 08:16 PM
RE: Help with business map - rslemer - 09-30-2019, 10:48 PM
RE: Help with business map - rslemer - 10-01-2019, 05:03 PM
RE: Help with business map - joebordes - 10-01-2019, 06:01 PM
RE: Help with business map - rslemer - 10-01-2019, 08:12 PM
RE: Help with business map - joebordes - 10-01-2019, 08:41 PM
RE: Help with business map - rslemer - 10-01-2019, 08:56 PM
RE: Help with business map - joebordes - 10-01-2019, 09:32 PM
RE: Help with business map - rslemer - 10-04-2019, 02:52 PM
RE: Help with business map - rslemer - 10-02-2019, 12:56 PM
RE: Help with business map - rslemer - 10-02-2019, 04:17 PM
RE: Help with business map - joebordes - 10-10-2019, 04:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)