Skip to main content
Lydia H perguntou em #Email
How can I create a workflow rule that will replace blank/empty incoming web case/ email subject to read "No Subject"?
4 respostas
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    16 de mar. de 2020, 16:24
    Hi,

     

    You could create a workflow rules on cases that would trigger on creation only.

     

    Your criteria could be (please change the originas as needed):

     

    AND(ISBLANK(Subject), CASE(Origin,"Email",1,"Web",1,0)=1)

     

    You then add a field update as an immediate action with this formula (including quotation marks):

     

    "No Subject"

     

    Make sure you activate the rule
0/9000