How do I get the full name of the user in formulas? I have a module with owner data and i want to check if the logged in user is the owner of the data eg: I have a property called "Primary Owner" I want to check if the logged in user is the primary owner of opportunity data. Instead of hardcoding the owner name I want to dynamically make the system do the selection IF Opportunity Owner = "Adar" THEN "Yes" ELSE "No"