FavoritNagaraj M (Intelogik) fragte in #Lightning Experience25. Apr. 2023, 05:21email validationHi everyone i have a custum email field, that email should end with "@apple-manager.in"....how do write validation rule for this ...?3 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Akzeptierte AntwortArun Goel25. Apr. 2023, 06:47Hi Nagaraj,You can try the below expression for validation rule:-NOT(REGEX (FieldName ,"[a-z0-9_-]+@apple-manager.in"))Please mark it as best answer if this helps.Kommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Akzeptierte AntwortArun Goel25. Apr. 2023, 06:47Hi Nagaraj,You can try the below expression for validation rule:-NOT(REGEX (FieldName ,"[a-z0-9_-]+@apple-manager.in"))Please mark it as best answer if this helps.