Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- New Board Requests
- :
- using ispartner in soql gives error in apex class
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
using ispartner in soql gives error in apex class
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-27-2009 10:55 AM
Hi I am trying to get only standard users and not partner users in my soql
select name from user where ispartner=false .
this works fine in explorer but when I use in apex class gives me error field does not exists ....etc.
Is there any way I can solve this issue?
thanks in advance...

