FavoritJennifer Marsh (Creation Technologies) fragte in #Data Management28. Okt. 2015, 16:06I want to write a rule to block the creation of an opportunity unless the account type is filled in. Is this possible.4 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Akzeptierte AntwortBrian Makas (N/A)28. Okt. 2015, 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") Mehr anzeigenKommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Akzeptierte AntwortBrian Makas (N/A)28. Okt. 2015, 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") Mehr anzeigen