Testcase to check if bpartner groups are created ok and can be used for any role
Business Partner Group
SELECT AD_Org_ID, * FROM C_BP_Group WHERE AD_Org_ID != 0
Log in with Admin and your usual org
open business partner window and select or create a new bpartner
logout
if you don’t have any other role and org, you can login with admin and create new ones: go to role window and create a new one. On org acces zoom in on org_id and create a new one, then set it in role access
login with this new role and org
open the business partner window and create a new bpartner
UPDATE C_BP_Group
SET
AD_Org_ID = 0,
CreatedBy = 100,
UpdatedBy = 100
;
UPDATE C_BP_Group_Acct
SET
AD_Org_ID = 0,
CreatedBy = 100,
UpdatedBy = 100
;