FavoriteLEAH Gus (Gus) asked in #Data ManagementSep 18, 2017, 6:32 PMformula to add user name only from created by field in a custom fieldI have two custom fields. One needs to insert the username only from the created by field and the other needs to insert the date only from the created by field. How do I write these two formulas?5 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerDeepak K Anand (Zoom Communications, Inc.)Sep 18, 2017, 8:42 PMLike this = CreatedBy.FirstName + ' ' + CreatedBy.LastNameAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerDeepak K Anand (Zoom Communications, Inc.)Sep 18, 2017, 8:42 PMLike this = CreatedBy.FirstName + ' ' + CreatedBy.LastName