Hello,
I would like tell thanks in advance to people who respond.
I am trying to create a portal with 3 differents tables :
- Account
- Contact
- Requests (Custom)
In Account, I use only the name column as a companyname field.
| name |
| CompanyY |
In Contact, I have the people who have registrer with invitations and the table profil have a lookup field "company" to the Account table for the companyname. This fields is completed before send invitation.
| name | company | |
| Test | test@test | CompanyY |
Requests is a custom table
| ID | Name | Tech | Company |
| 1 | Technician | Electricity | CompanyY |
| 2 | Manager | Edc | CompanyZ |
In a page, I would like to use a list component who show only the row of the company field profil user.
For the moment, there is the relationships I use :
Requests
Req <> Contact (Many to Many)
Req -> Account (Many to One)
Account
Acc -> Contact (One to Many)
Contact
Contact -> Acc (Many to One)
In a global access permission, all the rows are showed, but not in a Contact or Account type 😞
Can you help me ?
Many thanks


Report
All responses (
Answers (