FavoriteRam Karma (InfoBeans) asked in #Data ManagementOct 1, 2020, 6:46 PMHow to retrieve a recordTypeId using SOQL query?2 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerLakhan Meghani (Cube84) Forum Ambassador Oct 1, 2020, 6:53 PMHi Ram select Id,Name from RecordType where sObjectType='Account' Are you looking for this? ThanksShow MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerLakhan Meghani (Cube84) Forum Ambassador Oct 1, 2020, 6:53 PMHi Ram select Id,Name from RecordType where sObjectType='Account' Are you looking for this? ThanksShow More