Hi there,
Just migrated a multi-tenant app from 8.5 to 9.0.
In 8.5 I use a rule in every BO to protect data from each tenant:
If TYPE(LoggedInSystemUser)='STAFF' AND LoggedInSTAFF.Company<>RegistryNumbers.Company Then
READ PROTECT RegistryNumbers FROM CompanyAdmin AND CompanySuport
The issue is that only for 1 BO if this rule is Enabled it does not show any record.
Does anyone faced this issue? Any idea would very helpful .
Thank you