FavoritAlex Daniels (WeddingWire) fragte in #Data Management11. Okt. 2012, 17:57I want to create a validation rule for tasks to only assign to specific user grpI want to create a validation rule so that a specific Action Type within a task "Welcome call" can only be assigned to a specific Profile type "Member Services" How would I go about setting up the Error Condition formula?2 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Naman Bawa (Inactive Profile)11. Okt. 2012, 18:14AND(ISPICKVAL(Type,"Welcome Call"),$User.ProfileID = "profile id")Kommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Naman Bawa (Inactive Profile)11. Okt. 2012, 18:14AND(ISPICKVAL(Type,"Welcome Call"),$User.ProfileID = "profile id")