Announcement

Collapse
No announcement yet.

Workflow move to trash

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Workflow move to trash

    Hello,
    Is it possible to create a workflow that will move the message to the trash after certain conditions are met?
    I know there are message filters, but I'd like to apply more advanced features to the conditions.

  • #2
    With formula:

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

    Comment


    • #3
      Originally posted by yuri View Post
      With formula:

      Code:
      record\updateRelationColumn('Email', $emailId, 'users', $userId, 'inTrash', true);
      Thank you Yuri

      Comment

      Working...
      X