Skip to main content
khaled baiche a posé une question dans #Customer Service
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 réponses
  1. 7 août 2013, 09:43
    you just need to use the Salesforce API to get a connection, then submit the query.
0/9000