function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aakaash NairAakaash Nair 

how to retrieve owner id of account .

UVUV

You can make a SOQL query to get owner id's of accounts..

Sample-

SELECT Id,Name,OwnerId FROM Account