Skip to main content
Lydia H 提问于 #Email
How can I create a workflow rule that will replace blank/empty incoming web case/ email subject to read "No Subject"?
4 个回答
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    2020年3月16日 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