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
seahorceseahorce 

Bulk Update UserPermissionsMarketingUser

Am I missing something?  I need to update the Marketing User field on the User object for all of our users.  The documentation says that the UserPermissionsMarketingUser is update-able via the API, but I cannot see it in the Data Loader.  What's the deal?  Anyone know how to bulk update it?

*werewolf**werewolf*

Check the endpoint on your data loader.  It has to be 21.0 for these perms to show up as updateable, since it's only recently that they became so.

seahorceseahorce

By endpoint, do you mean version?  I just downloaded the latest one (21.0) and I'm still not seeing the field in the file mapping screen.

 

Thanks for your help!

*werewolf**werewolf*

Well, Data Loader 21.0 should be able to see those fields.  If you log in with the Force.com Explorer instead, can you see them?

seahorceseahorce

Yes, I can see the field in Explorer and it says that it is update-able.  That's what really baffles me.

 

Are you able to see it in the 21.0 data loader?

VK86VK86

Hi Seahorse,

 

I am using data loader 20.0 and able to see this field on the User object.

This is of boolean data type.

 

Try using the 20.0 version instead.

 

--VK