Opportunity lock

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • alter
    replied
    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.

    Leave a comment:


  • sumservis
    replied


    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>
    ............ 
    
    how are you doing this please I want to change the status of an entity by clicking on the button.

    Leave a comment:


  • sumservis
    replied
    Originally posted by sumservis
    is there a way for the administrator lock the opportunity? To which no one can (except the administrator) change or add anything?
    it occurred to me to make an entity as a button (next to the subscribe button) and then set all entities to be read-only when the entity is active.


    That, in my opinion, would work, wouldn't it?

    Leave a comment:


  • emillod
    replied
    Hello
    there is no such feature. It's not possible for now without coding skills.

    Leave a comment:


  • sumservis
    started a topic Opportunity lock

    Opportunity lock

    is there a way for the administrator lock the opportunity? To which no one can (except the administrator) change or add anything?
Working...