FavoriteMahesh Raghuraman asked in #Sales And MarketingMay 9, 2016, 5:52 PMSales console page, get context of the record in highlighted panelIn the Sales console page, I have created a custom button (using VFP) on the bottom highlighted blue panel. When a contact record is selected then I do not get the context of this record in the VF Page. How do we get it? Please share sample code. Thanks in Advance, Mahesh1 answerSortSort by DateSort by Most HelpfulSort by DateMahesh RaghuramanMay 9, 2016, 7:03 PMI found the below API is returning it: sforce.console.getFocusedSubtabObjectId(showObjectId);Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Mahesh RaghuramanMay 9, 2016, 7:03 PMI found the below API is returning it: sforce.console.getFocusedSubtabObjectId(showObjectId);