• Anuja Satardekar
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,

I am working on the JavaScript code using MyInsight library. I want to display all the available Record Types for the ‘Call' object.

I tried querying for the 'RecordTypeID' from the 'Call' object using runQuery() method. I did not get all the available Record Types, but only got those Record Types for which Calls were recorded. 

Please let me know how I can get all the available Record Type values.

Also, can you please provide me the object name through which I can get the Record type name from the RecordTypeID. I tried using RecordType object, but its not present in the object list.

Thanks in advance,
Anuja