Workflow doesn't work: move to folder

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

    #1

    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
    EspoCRM product developer
    • Mar 2014
    • 9630

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

    Comment

    • yuri
      EspoCRM product developer
      • Mar 2014
      • 9630

      #3
      Possible workaround.

      Use formula:

      Code:
      record\updateRelationColumn('Email', $emailId, 'users', $userId, 'folderId', $folderId);

      Comment


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