how to block the possibility of skipping stages?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Enju
    Senior Member
    • Apr 2018
    • 128

    how to block the possibility of skipping stages?

    Hi,
    is it possible to force the stages to go through one another? For example New -> In progress -> Ended So that the "In progress" stage could not be skipped?
  • item
    Active Community Member
    • Mar 2017
    • 1500

    #2


    go entityManager, your entity, your enum field : there you can do condition
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • Enju
      Senior Member
      • Apr 2018
      • 128

      #3
      Hello item,
      I tried to use dynamic logic, but then users found a way to bypass the next status selection:
      1. Select to edit the Status field
      2. They have the only one options available: "In progress". They selects it but they DONT'T CLICK SAVE
      3. Thus have the "Ended" option available and now they save the changes.

      To sum up, I have only two statuses on the stream: "New" and "Ended". "In progress" status is ignored by users.

      Comment

      • item
        Active Community Member
        • Mar 2017
        • 1500

        #4
        look here : https://forum.espocrm.com/forum/deve...-10-from-6-1-0

        you can throw error.

        Another solution is by one custom button.. click go next stage... and status is readOnly
        If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

        Comment

        Working...