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
Pooja05Pooja05 

Unable to extract user object fields using Informatica

We are extracting the User Object using Informatica. We are able to see all the User fields except CommunityNickName(std field) , Manager (std Field), SAML Federation Id (Added for SSO).

There is no field level security enabled for these fields. Also, the username and password used by Informatica has System Admin privileges.

 

We face the same problems in different instances - my dev org, the client dev env, client sandbox env.

 

It would be helpful if someone could explain where am I going wrong with the extract? 

 

Thanks a lot for your help. Appreciate it.

 

 

 

 

Pooja

sfdccoder1sfdccoder1

The std fields you mentioned are not accessible via the API.

This means there's nothing wrong you do with Informaticaextract it's just that Salesforce is not exposing this data to externalsystems.