Approval Coordinator not working when manual approvals for users and groups are added.Issue The user's Approval Coordinator workflow activity is not working correctly when manual approvals for users and groups are inserted. The user wanted to know why.ResolutionAfter an in-depth investigation, it was found that the behavior experienced is expected.As the user is adding the Manual approvals (u_m2m_change_requests_users) and Manual group approvals (u_m2m_change_requests_groups) on some custom tables, these approvals will not be displayed in the Approvals related list.The Out of Box (OOB) behavior is as follows: Once a user adds a Group approval (sysapproval_group) on a record (change_request), the Business rule "SNC - Create user approvals for group" will fetch all the members from the group and create individual approvals. Business rule: "SNC - Create user approvals for group" /nav_to.do?uri=sys_script.do?sys_id=de16b5dfc0a80164001bc97ffed71f12 With these things in mind, the user was counseled that if they want to have an OOB-like behavior with those custom tables, they should create a Business Rule similar to "SNC - Create user approvals for group" which can fetch the group members and drop approvals in the "sysapproval_approver" table. If the user does this, everything will be displayed under the Approvals related list per their expectations.