FavoritPooja Singh (Hexagon) fragte in #Ask An Expert16. Okt. 2018, 15:10ISCHANGED Formula helpAND ( ISCHANGED( Is_Renewal_Opp__c ), Is_Renewal_Opp__c = "True" , ) We are trying to create an opportunity workflow rule that runs if two things that are above are true, but we get a syntax error. What is the correct syntax?9 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Akzeptierte AntwortNarender Singh (-)16. Okt. 2018, 15:13Like this:AND ( ISCHANGED( Is_Renewal_Opp__c ),Is_Renewal_Opp__c = True ) Mehr anzeigenKommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Akzeptierte AntwortNarender Singh (-)16. Okt. 2018, 15:13Like this:AND ( ISCHANGED( Is_Renewal_Opp__c ),Is_Renewal_Opp__c = True ) Mehr anzeigen