Workflow doesn't work: move to folder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShulzR
    Member
    • Aug 2022
    • 32

    Workflow doesn't work: move to folder

    Hello,
    EspoCRM doesn't have bcc filter, so it tries to bypass the problem and create a workflow that will move the email to the folder if the 'to' field is empty. Worfflow executes, but the message is not moved to the folder with the given ID. Why?​
    Attached Files
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Email Folders are personal (for users). Workfows tool can't operate them. As of the next v7.3 version there will be group email folders. Workflow will be able to operate them.
    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

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      Possible workaround.

      Use formula:

      Code:
      record\updateRelationColumn('Email', $emailId, 'users', $userId, 'folderId', $folderId);
      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


      • ShulzR
        ShulzR commented
        Editing a comment
        Thank you! It works
    Working...