Hello,
I have given problem:
We store quotations (offers) done for our clients in ESPO CRM. Beside the price there are some information regarding the offer. It's very usefull for our sales team to see registry of these quotations - so when they make new one they can kind of look through it, find similar ones done in the past and take pattern of it. However in quotations there are also stored exact contact and account details... which we do not want to share between sales team members.
Therefore I need to find way so users of given group can see field "Account" and "Contact" while creating/editing their own records but they don't see these fields while looking through others recrods. Basically, the easiest way that I can think of to do that is logic: field is visible if viewing userId = assignedUserId ... I just don't know how to do that.
Any ideas?
I have given problem:
We store quotations (offers) done for our clients in ESPO CRM. Beside the price there are some information regarding the offer. It's very usefull for our sales team to see registry of these quotations - so when they make new one they can kind of look through it, find similar ones done in the past and take pattern of it. However in quotations there are also stored exact contact and account details... which we do not want to share between sales team members.
Therefore I need to find way so users of given group can see field "Account" and "Contact" while creating/editing their own records but they don't see these fields while looking through others recrods. Basically, the easiest way that I can think of to do that is logic: field is visible if viewing userId = assignedUserId ... I just don't know how to do that.
Any ideas?
Comment