FavoriteStephen Holloway (Stepstone) asked in #FormulasApr 5, 2019, 3:23 PMI have a percent field called agency commission in Opportunity page which want to make required, if Company Type equals Agency1 answerSortSort by DateSort by Most HelpfulSort by DateRajamohan Vakati (Amazon)Apr 5, 2019, 4:52 PMYou can able to do it using the validation rule like below AND( Test( Company_Type__c)=='Agency' , ISNULL(commission__c)) Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Rajamohan Vakati (Amazon)Apr 5, 2019, 4:52 PMYou can able to do it using the validation rule like below AND( Test( Company_Type__c)=='Agency' , ISNULL(commission__c)) Show More