• Jimmy Brown
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,
I want query some account and assign it into map but it show the Illigle assignment from list to map?
here is code > Map<id,account> accountMap=[select id,name from Account limit 10000];