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
- :
- .NET Development
- :
- How to set primary contact to false (uncheck)?
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
How to set primary contact to false (uncheck)?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2012 06:00 AM
Hi,
I'm unable to uncheck the primary contact, set it to false through my application and I don't know what's the problem. I don't get any errors, it just stays checked.
This is what I've tried so far:
Primary_Contact__c = false,
Primary_Contact__cSpecified = false,
and
and
Primary_Contact__c = null,
Primary_Contact__cSpecified = false,
or not to use these parameters at all during update but nothing works.
Any help would be appreciated.
All other properties are being updated properly.
Thank you
or not to use these parameters at all during update but nothing works.
Any help would be appreciated.
All other properties are being updated properly.
Thank you
Solved! Go to Solution.
0
Re: How to set primary contact to false (uncheck)?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2012 07:43 AM
0
Re: How to set primary contact to false (uncheck)?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2012 01:07 AM
Thank you, that is correct.

