I cannot find the System Administrator as an option in the Insert Field options to fullfill the formula "ISBLANK( Hiring_Manager__c && $Profile.Name <> System Administrator)" so I am not able to get the syntax right. Can anybody help me out?
6 respostas
Eric Burté (DEVOTEAM) Forum Ambassador
@Vanesa Cabrera, You can get Hiring_Manager__c or $Profile.Name as fields.
However, "System Administrator" is not a field, but a string to type in.
Eric