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
- :
- Search
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in Java Development
1 - 10 of about 100 discussions
Sorted by:
I'm using soap api's in my java code to extract salesforce data. But when a new custom field is added to an object i am not able to extract data from that entity. The same code works if I download th...
05-22-2013
05:45 AM
1
Reply
65
Views
Hello, Recently we have seen a number of errors such as the following in our logs: Invalid Session ID found in SessionHeader: Illegal Session Our app integrates with SalesForce AppExchange. From w...
04-09-2008
09:50 AM
3
Replies
24200
Views
Hi I wrote a visualforce page and what I thought was a cool chunk of javascript which, when executed, copies values in the page from some inputfields to others (without updating the record—user can...
03-14-2013
07:16 AM
1
Reply
581
Views
SO, I programatically created two accounts A and B and then updated B to have A as parent using Account.setParentID. That worked too. Now I want to make B stand alone again, but I can't I am trying ...
03-05-2013
01:39 PM
2
Replies
543
Views
Hi there, I am using JDK 1.5.0_19 for an application running on Weblogic server, and trying to connect to Salesforce using Partner WSDL with Bulk API version 17.0. Recently upgraded a Sandbox wh...
02-28-2013
03:44 PM
3
Replies
725
Views
In Salesforce, "fieldsToNull" used to explicitly set value to null. Such as I want to set BillingCity to empty, the I need send the request like: ..... <fieldsToNull>BillingCity</f...
02-20-2013
02:17 AM
1
Reply
616
Views
According to SOAP API Developer's Guide - Introducing SOAP API: Development Platforms different versions of the WSC tool can be obtained from http://code.google.com/p/sfdc-wsc/ and http://mvnreposito...
I'm trying to make batches from a CSV file written using CSVWriter of opencsv as: CSVWriter writer = new CSVWriter(new FileWriter(filePath+createFileName), ',', CSVWriter.DEFAULT_QUOTE_CHARACTER); An...
01-29-2013
11:14 AM
2
Replies
761
Views
...test-construction is as follows: @Test
public void testSingleAccountUpdateMultithread() throws Exception {
ExecutorService pool = Executors.newFixedThreadPool(50);
List<Future<String>>...
01-31-2013
04:58 AM
1
Reply
693
Views
........ I am looking to put a custom button on my Opportunity with the following methodology: IF [Opportunity.Closed] = TRUE & [Opportunity.Dropped_Products__c] = TRUE, Display Alert ("You will...
08-30-2012
06:29 AM
1
Reply
1031
Views

