Hello! Right now I'm using the QuickStart project in Visual Studio that is provided by Microsoft to connect to Dynamics and retrieve/update/delete records, but there's one thing that I haven't found a solution for. Is there a way to select all accounts without using a unique value for reference (ex. user id, account name, email)? I need to be able to retrieve ALL of my accounts (which will never be above about 100 total). I would provide sample code for what I have tried, but I don't know where to start. I AM successfully connecting and I CAN retrieve accounts with unique identifiers.
*This post is locked for comments