is there a way for the administrator lock the opportunity? To which no one can (except the administrator) change or add anything?
Announcement
Collapse
No announcement yet.
Opportunity lock
Collapse
X
-
Originally posted by sumservis View Postis there a way for the administrator lock the opportunity? To which no one can (except the administrator) change or add anything?
That, in my opinion, would work, wouldn't it?
1 Photo
Comment
-
I created an entity (Boolean). And I'd like to control her in:
PHP Code:/client/res/templates/header.tpl
PHP Code:......
<div class="page-header-column-2">
<div class="header-buttons btn-group pull-right">
<a href="javascript:" class="btn btn-danger action" checked="" data-name="lock">UZAMKNOUT
</a>
............
Comment
-
Hi, yes this functionality is available, but via code - the easiest way I guess is via adding logic to the entity that would check if the user isAdmin and if any field has changed its value (and user tried to save it), it would throw an error and didnt edit anything.
Comment
Comment