Hello members,
I have a problem statement on Business Object Group. We have 2 objects namely, 'Company Admin' and 'Business User'. We created a business object group namely 'ClientUserGroup' and pulled these objects into it. When we call this group in any form as a reference (in the form of a dropdown), we write the following query in AIM.
FIND ClientUserGroup WHERE ClientUserGroup.Company=LoggedInClientUserGroup.Company
Since ClientUserGroup is existing in the database, there has to be an AIM ID that gets attached to it. Is there a way to find that ID somehow?
I am also attaching an SP which we used to pull User Full Name from this Business Object Group. But it is giving an error. "Rule uses ClientUserGroup which has not been found".
SP details as mentioned below:-
EXEC_SP 'EventModuleAll_EXT' WITH '@companyID'=LoggedInClientUserGroup.Company.ID RETURN ClientUserGroup
Thanks,
SoftServ