Can I run a workflow from a formula?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JosNas
    Member
    • Sep 2021
    • 97

    Can I run a workflow from a formula?

    I know I can execute a formula script from a workflow, but can I do the opposite?
    Code:
    $memberId = record\findOne('Contact', 'createdAt', 'desc', 'name=', name);
    ifThen(
    $memberId == null,
    //Something like run workflow X if this member does not exist );
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    It's already implemented. Will be released in the next advanced pack version.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • JosNas
      JosNas commented
      Editing a comment
      Okay thanks Yuri, is there a date set for the release of the next version?
Working...