Dear all,
Could someone clarify what I'm doing wrong? I have a custom table where it can be both associated with an account and a contact. A user can be associated with multiple accounts, meaning I made a many-to-many relationship with the contacts table and the accounts table. That's settled. The contact is a contact.
The thing is, when we did the UAT and I associated my test account with the account of the participant, I didn't see his entries in the table entity. Even if we were in the same company, I still couldn't see his records.
I have both account and contact table permissions. I tried disabling the contact permission suspecting that both permissions enabled gave an AND functionality to the permissions. However, disabling results in me not seeing any records.
I tried deleting the records' association with the contact, leaving only its association with the accounts. I still can't see the records.
Can anyone help me?
Is it the many-to-many relationship? When I look at the Associated Accounts of my contacts, they are all associated with the companies listed. Yet I still can't see the records from the same account.
HELP @Fubar