JavaScript to Move to Next Stage of Business Process Flow |

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 12

  • @marta6275
    @marta6275 2 роки тому +1

    I've been looking for a good tutorial on this all over the internet and finally found it here. You're a lifesaver!

  • @DennyEapen
    @DennyEapen Рік тому +1

    thanks. how to hide a stage? for example show the stage if fax is entered else hide it.

    • @steventhawe1598
      @steventhawe1598 Рік тому

      When creating the Business Process Flow, you have the option to utilize an alternate branch. The branch point should consist of a condition that verifies the presence of a fax entry. If this condition evaluates to true, the respective stage will be displayed; otherwise, it will remain hidden.

  • @salmansyedmohammed9015
    @salmansyedmohammed9015 4 роки тому

    This was a very informative insight into moving through bpf stages. Thanks to you I tried playing around this and found out that we can move back to previous stages by making use of the traversed path of the current bpf instance without hardcoding the stage ids while sending the request.

    • @carldesouza
      @carldesouza  4 роки тому +1

      Hi Salman, glad you liked it. Check out this video for using MoveNext and MovePrevious, it may be helpful as well - ua-cam.com/video/7U8io3sGA-s/v-deo.html

    • @salmansyedmohammed9015
      @salmansyedmohammed9015 4 роки тому

      @@carldesouza
      Thanks Carl, thats right using moveprevious and move next is always the best approach unlike messing around the traversed path as its not supported. Always nice to see new stuffs from you.

  • @antonioskokiantonis7051
    @antonioskokiantonis7051 Рік тому

    Great content! Is there a way to change processes? When one process finishes, another could be started?

  • @jesslin9859
    @jesslin9859 Рік тому

    Hi, Thank you for this video!! it is very interesting :)
    However, I have a question: what if I want to apply this script to all the rows and not only for one instance?

  • @ChiefsFanInSC
    @ChiefsFanInSC 2 роки тому +1

    Just because you can do something doesn't mean you should. This is not the type of customization you should be making to CRM. In past projects, I have had to clean up/remove code where developers have screwed around with how the BPF advances. Just tell the user to click once to advance the BPF.

  • @Amaralrosa1
    @Amaralrosa1 3 роки тому

    Great content. Thank you for sharing!

  • @michaeldeabreu2020
    @michaeldeabreu2020 3 роки тому

    Hi Carl! Great content as always. Is this still a valid method with the Traversed Path being deprecated?