FavoritStephen Holloway (Stepstone) fragte in #Formulas5. Apr. 2019, 15:23I have a percent field called agency commission in Opportunity page which want to make required, if Company Type equals Agency1 AntwortSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenRajamohan Vakati (Amazon)5. Apr. 2019, 16:52You can able to do it using the validation rule like below AND( Test( Company_Type__c)=='Agency' , ISNULL(commission__c)) Mehr anzeigenKommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Rajamohan Vakati (Amazon)5. Apr. 2019, 16:52You can able to do it using the validation rule like below AND( Test( Company_Type__c)=='Agency' , ISNULL(commission__c)) Mehr anzeigen