Topic by Laura Llach
Content
Hi everyone, I'm trying to retrieve two columns by a ROQL sentence
"SELECT opportunity.Name, opportunity.ID FROM opportunity"
And it's not returning any data. But when I use "SELECT opportunity FROM opportunity" works fine.
I am working with .NET (C#).