[Vtigercrm-developers] Picklist and readonly
Alan Lord
alanslists at gmail.com
Tue Jan 19 12:41:37 GMT 2016
Has to be custom.
vtiger has no concept of record level access controls.
You will probably need to write some Javascript to do this, as we have
done for other ciustomers which does 2 things. First establishes the
Role of the current user, then tests to see if the field (or fields, or
entire record etc...) should be editable or not.
This needs to happen on Edit and Detail Views and, depending on
requirements, possibly in List Views too.
Alan
On 19/01/16 08:25, Stacey Johnson wrote:
> Not sure the way to achieve following:
>
> Manager have access to role based picklist and changing its value to
> "approved". From this moment user (subordinate) should not be able to
> change this particular record but view it only.
> Is it something we can figure out jingling with profiles/roles/groups?
> Or it need some custom approach?
>
> stacey
>
>
> _______________________________________________
> http://www.vtiger.com/
>
More information about the vtigercrm-developers
mailing list