
2 risposte
Hi Serena
Try this (Make sure you replace the field names with the correct api names in the rule below)AND(
ISPICKVAL(Forecast category, "Omitted"),
NOT(ISPICKVAL(Stage, "Closed Lost")),
NOT(ISPICKVAL(Stage, "Closed Lost Renewal"))
)

Try this (Make sure you replace the field names with the correct api names in the rule below)
AND(
ISPICKVAL(Forecast category, "Omitted"),
NOT(ISPICKVAL(Stage, "Closed Lost")),
NOT(ISPICKVAL(Stage, "Closed Lost Renewal"))
)