Ajouter aux favorismahfuja Akhter (LIT) a posé une question dans #Formulas13 déc. 2018, 14:55Hi, i need to crate a workflow formula to evaluate true. For example, in contact object if field Status or Rating is High and field Group has changes from A to B .1 réponseTriTrier par dateTrier par ordre d’utilitéTrier par dateRajamohan Vakati (Amazon)13 déc. 2018, 16:01Try this an AND(OR( Text(Status )=="HIGH" , Text(Rating)=="HIGH" ), ISCHANGED( Group__c), TEXT( PRIORVALUE( Group__c) ) = "Active Dialogue" , TEXT(Group__c)=="New") Afficher plusAjouter un commentaireRédiger une réponse...GrasItaliqueSoulignerBarréListe à pucesListe numérotéeAjouter un lienBloc de codeInsérer une imageJoindre des fichiersURL du lienAnnulerEnregistrer0/9000Répondre
Rajamohan Vakati (Amazon)13 déc. 2018, 16:01Try this an AND(OR( Text(Status )=="HIGH" , Text(Rating)=="HIGH" ), ISCHANGED( Group__c), TEXT( PRIORVALUE( Group__c) ) = "Active Dialogue" , TEXT(Group__c)=="New") Afficher plus