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
- :
- PATCH UserRoles
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
PATCH UserRoles
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-29-2012 03:39 AM
Hi there,
I want to perform an upsert with a UserRole object from an application with remote access.
The account with that I want to perform this is System Administrator and has all rights, that are necessary.
But if I do my PATCH-request, I get a "WebException" with following response:
[ {
"message" : "Provided external ID field does not exist or is not accessible: DeveloperName",
"errorCode" : "NOT_FOUND"
} ]This happens in my application and on workbench (https://workbench.developerforce.com).
But if I do a POST-Request it works all fine.
In the api documentation it says it can be updated and created (http://www.salesforce.com/us/developer/docs/api/Co
Pls help, thx!
Salesforce.com Certified Administrator

