Skip to main content
Is it possible to include a filter on an opportunity workflow (built out as a formula) that excludes the opportunity owner based on edited by/last modified by?
2 réponses
  1. 3 nov. 2016, 14:12
    Can you provide more context or and example? 

     

    Do you mean something like 

    $User.Id <> Owner.Id

    or 

    LastModifiedBy.Id <> Owner.Id

     

     
0/9000