Use case: I need external Sales Agents to query the complete account list of CompanyB (existing internal sales team, already generating accounts etc, in Espo assigned as Team CompanyB), showing only Overview data without the Bottom Panel one (contacts, stream, Opportunities).
But also they will need to be able to manage their own accounts (so being able to see and edit all previous details), assigned to them from CompanyB sales team.
I have created
Team: SalesAgent
Role: CompanyBSalesAgent, can see and edit his team accounts, can't delete, can see Team Stream
User: assigned to role CompanyBSalesAgent, Team both SalesAgents (so can manage his accounts) and CompanyB (can search trough the company accounts)
Layout Set: SalesAgent, with specific set for Account>Bottom Panels where is set as visibility rule for every component of the Bottom Panel:
(
NOT (Teams ∋ SalesAgent)
)
Still the Bottom Panel details are visible
Also trying to make the CompanyB manager to assign an account to the sales agent give and error when tried to assign both CompanyB (so he can see it by himself) and SalesAgent (so the sales agent can see it) as Team for an account
Not sure if I'm going on the right path, initially was thinking just to create another role under the same CompanyB team but seen its not possible to apply a visibility rule on Roles, only on Teams.
But also they will need to be able to manage their own accounts (so being able to see and edit all previous details), assigned to them from CompanyB sales team.
I have created
Team: SalesAgent
Role: CompanyBSalesAgent, can see and edit his team accounts, can't delete, can see Team Stream
User: assigned to role CompanyBSalesAgent, Team both SalesAgents (so can manage his accounts) and CompanyB (can search trough the company accounts)
Layout Set: SalesAgent, with specific set for Account>Bottom Panels where is set as visibility rule for every component of the Bottom Panel:
(
NOT (Teams ∋ SalesAgent)
)
Still the Bottom Panel details are visible
Also trying to make the CompanyB manager to assign an account to the sales agent give and error when tried to assign both CompanyB (so he can see it by himself) and SalesAgent (so the sales agent can see it) as Team for an account
Not sure if I'm going on the right path, initially was thinking just to create another role under the same CompanyB team but seen its not possible to apply a visibility rule on Roles, only on Teams.
Comment