Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Java Development
- :
- Enterprise WSDL generation: Missing standard field...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Enterprise WSDL generation : Missing standard fields
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-31-2012 10:40 AM
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?
Solved! Go to Solution.
Re: Enterprise WSDL generation : Missing standard fields
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-31-2012 10:53 AM
Re: Enterprise WSDL generation : Missing standard fields
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-31-2012 11:46 AM
Yes that was it!
I did not expect some fields to be hidden by default from the System Administrator profile.
Thanks!

