FavoriteLEAH Gus (Gus) asked in #Data ManagementFeb 21, 2020, 7:27 PMworkflow to insert opportunity owner full nameI'm using Breadwinner to integrate Salesforce and quick books and I need a custom field on the opportunity that fills in the opportunity owner name. How do I do that with a formula field? I thought I could make a formula text field named Sales rep but I don't know the formula to put in2 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerDeepak K Anand (Zoom Communications, Inc.)Feb 21, 2020, 7:28 PMThe Formula would be - Owner.FirstName + ' ' + Owner.LastNameAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerDeepak K Anand (Zoom Communications, Inc.)Feb 21, 2020, 7:28 PMThe Formula would be - Owner.FirstName + ' ' + Owner.LastName