Announcement

Collapse
No announcement yet.

how to block the possibility of skipping stages?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #2


    go entityManager, your entity, your enum field : there you can do condition

    Comment


    • #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


      • #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

        Comment

        Working...
        X