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
cmxintcmxint 

"UserPermissionsMarketingUser" field is not filterable???

Hi, guys!

I encountered strange behaviour of my query which looks like below:


"SELECT Id FROM User WHERE UserPermissionsMarketingUser=true"


API return an error claiming that the query cannot be filtered by field "UserPermissionsMarketingUser". I tried to use sForceExplorer to check if this field is filterable - it is. So I wonder if anyone can explain me how to run the query above?

Any advices/comments/links apreciated

Message Edited by cmxint on 12-28-2004 04:59 AM

benjasikbenjasik
This field shouldn't be marked as filterable just yet, this functionality hasn't been implemented.

We've logged a bug. Can you please log a case with your account so I can track the bug to your account?

Thanks,
cmxintcmxint

Hi, Benji.

I'd like to do it but I don't know how - can You please explain me?

benjasikbenjasik
If you have a paying account, or have a client that has a paying account, login as that user, and under "Help and Training", a link in the top right of a page, you can get to the self-service section where you can log a case.

If you only have a developer edition account, then don't worry about this.
cmxintcmxint

Hi, Benji.

Well, actually I have only developer account. Anyway - thanks for clarifications

DevAngelDevAngel
A fix was released last night that corrects the describe call for the permissions fields on a user object.  It indicates that the fields are NOT filterable.