Error when adding condition to report: Notice: Undefined index: record_id in AOW_WorkFlow/aow_utils.php on line 597

When creating a report in SuiteCRM 7.8.17, we are getting this error when attempting to add conditions: Notice: Undefined index: record_id in //modules/AOW_WorkFlow/aow_utils.php on line 597

The report we are trying to create is based in the leads module, trying to add converted status as a condition.

Does anyone know how to resolve this error?

Thanks!

PHP Notices are most often something you can ignore. Are you getting any additional symptoms, or any problem in the Report itself?

If the error is coming up on screen (instead of in the logs, which is where it should be), just turn off display_errors in your php.ini.

It was up on screen, but you’re right, it’s not actually preventing it from working. Thanks for the feedback and resolution.