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
hramanihramani 

Bulk Update 'Mobile User' field for all the Users

I need to update 'Mobile User' field for all the Users. I didn't see this field exposed to API in Workbench or Data Loader.
I saw that a few articles said that 'UserPermissionsMobileUser' field can be used. But it didn't help.

Can someone help and clarify if there is a way to bulk Update 'Mobile User' field for all the Users at once ?
Please help.
AnudeepAnudeep (Salesforce Developers) 
Hi, 

I have read somewhere that you can use Data Loader to proceed.

Please follow the below steps to accomplish this:

1. Setup
2. Salesforce Setting
3. Select "Enable Salesforce mobile web" (it would open up the API field to perform the update named)''USERPREFERENCESHIDES1BROWSERUI"
4. Click Save.
5. Launch DL <Make sure that you have the File ready>
6. Click Update on User Object '
7. Map the ID and the fields
8. Click next and Finish.

unsure if this helps but you can give a try

Anudeep