Hi,
I'm trying to setup an entity form on portal which contains multiple lookup fields. I've configured the permissions on all entities, but its not rendering correctly. First of all, here's a simple diagram of the entity relationships...
I've created an Entity Form for Entity D. The Entity D form has a lookup field to Entity A, Entity B and Entity C. Hope that makes sense with the above diagram. Now, i would like for portal render based on their association with Entity A, which is associated with Account, which is associated with the contact. In addition, i also wish to have an entity list for Entity D and render the list based on the association with Entity A. I've configured the permissions as described below, but it renders ALL records.
Also, i would like to be able to allow a portal user to add a record to a lookup field (the parent record of the form the users is on), but not see the existing records. Is that possible?
Assigned Entity Permissions:
Child Entity A (This renders correctly)
Scope - Account (specified the N:1 relationship to accounts)
Child Entity B, and the rest (this renders ALL records)
Scope - Parent
Parent Entity - Child Entity A (specified the N:1 relationship to Entity A)