$bean->retrieve_by_string_fields() does not call after_retrieve logic hook #5335

Open
opened 2026-02-20 16:59:46 -05:00 by deekerman · 0 comments
Owner

Originally created by @gunnicom on GitHub (Sep 3, 2025).

Issue

$bean->retrieve("id12345"); calls custom logic hook for after_retrieve
$bean->retrieve_by_string_fields(["name"=>"nameObject"]); does not call after_retrieve logic hook.

Possible Fix

No response

Steps to Reproduce the Issue

1.
2.
3.
...

Context

No response

Version

7.14.6

What browser are you currently using?

Chrome

Browser Version

No response

Environment Information

PHP8.3

Operating System and Version

Ubuntu

Originally created by @gunnicom on GitHub (Sep 3, 2025). ### Issue $bean->retrieve("id12345"); calls custom logic hook for after_retrieve $bean->retrieve_by_string_fields(["name"=>"nameObject"]); does not call after_retrieve logic hook. ### Possible Fix _No response_ ### Steps to Reproduce the Issue ```bash 1. 2. 3. ... ``` ### Context _No response_ ### Version 7.14.6 ### What browser are you currently using? Chrome ### Browser Version _No response_ ### Environment Information PHP8.3 ### Operating System and Version Ubuntu
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SuiteCRM-SuiteCRM#5335
No description provided.