FavoriteSaurav Sharma (UNISYS) asked in #Data ManagementJan 30, 2014, 3:31 PMIs there a way to see which fields are updated in a trigger?5 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Jeff MayJan 30, 2014, 4:20 PMYou have to go to Setup->Develop->Apex Triggers and click on the trigger you want to understand. As long as its not a Managed trigger, you'll be able to see the code, and find all the places where fieldnames are used.Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Jeff MayJan 30, 2014, 4:20 PMYou have to go to Setup->Develop->Apex Triggers and click on the trigger you want to understand. As long as its not a Managed trigger, you'll be able to see the code, and find all the places where fieldnames are used.