JavaScript to Move to Next Stage of Business Process Flow |

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 12

  • @ChiefsFanInSC
    @ChiefsFanInSC Год назад +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!

  • @DennyEapen
    @DennyEapen Год назад +1

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

    • @steventhawe1598
      @steventhawe1598 11 месяцев назад

      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.

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

  • @marta6275
    @marta6275 Год назад +1

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

  • @michaeldeabreu2020
    @michaeldeabreu2020 3 года назад

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

  • @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 - ruclips.net/video/7U8io3sGA-s/видео.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?