Skip to main content
Hi,

 

I look for an example of code to get back the result of this request:

 

SELECT AboutMe, AccountId, IsActive, UserPreferencesActivityRemindersPopup, ReceivesAdminInfoEmails, Alias, ForecastEnabled, UserPermissionsMobileUser, UserPreferencesApexPagesDeveloperMode, UserPermissionsCallCenterAutoLogin, UserPermissionsAvantgoUser, CallCenterId, MobilePhone, City, CompanyName, ContactId, Country, CreatedById, CreatedDate, CurrentStatus, DelegatedApproverId, Department,  OfflineTrialExpirationDate, UserPermissionsOfflineUser, UserPreferencesOptOutOfTouch, Phone, ProfileId, UserPreferencesReminderSoundOff, UserRoleId, FederationIdentifier, OfflinePdaTrialExpirationDate, UserPermissionsSFContentUser, State, Street, SystemModstamp, UserPreferencesTaskRemindersCheckboxDefault, TimeZoneSidKey, Title, Id, UserType, Username, PostalCode FROM User

 

Trained it .csv  file

 

Thank you.
2 件の回答
  1. 2013年8月7日 9:43
    you just need to use the Salesforce API to get a connection, then submit the query.
0/9000