Reply
Newbie
stormtrooper
Posts: 2
0
Accepted Solution

Enterprise WSDL generation: Missing standard fields

Hi,

 

I'm having issues with the Enterprise WSDL I generated from the console. Specifically some standard fields appear to be missing from some objects.

For example: On the "Contract" object I can see in the Setup in the Console fields like:

~ DoNotCall

~ HasOptedOutOfEmail
~ HasOptedOutOfFax

 

But they do not appear in the generated WSDL. The documentation of the SOAP API indicates that they should be available.

Not sure if this is relevant but these are all booleans. The specification for the Contact object does have isDeleted and I can see other boolean types for fields on other  objects. The Lead Object spec is also missing these fields.


So, what am I missing?


Moderator
SimonF
Posts: 7,984
0

Re: Enterprise WSDL generation: Missing standard fields

Sounds like those fields are hidden by FLS (Field Level Security)

Cheers
Simon
docs | blog | twitter
Newbie
stormtrooper
Posts: 2
0

Re: Enterprise WSDL generation: Missing standard fields

Yes that was it!

I did not expect some fields to be hidden by default from the System Administrator profile. 

Thanks!