• Mysti
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies

Hi I am trying to use semi joins in a select statement but am not able to excute it, when i try the same in Apex Explorer it returns a message that semi joins are not supported in this method. Could some one tell me if I could use semi join in API version 15.0? 

Coming to the problem I have a custom object with a lookup relationship with the Product object. I have created a visual force page for new and edit of the custom object. What I would like to do is on clicking save, I want it to redirect to the Product details page for the product selected in the lookup. I am stuck in my controller class where I am not sure how to write the page reference to this. Any help would be great.

 

Thanks

KD

 

Could also tell how to truncate the 18 digit Id to a 15 digit one in Apex. 

 

Message Edited by kdmr on 05-21-2009 04:38 AM
  • May 21, 2009
  • Like
  • 0
Hi all,
 
I was just trying to set up a validation rule that uses a field of type 'multiselect picklist'. Unfortunately it is possible at all - the field is not available using the "add field" dialogue of the rule editor. To be exact, the list of all available fields is simply missing all names of  'multiselect picklist' fields.
 
Is this a bug or simply bad design?
 
Cheers,
Harry
  • March 06, 2008
  • Like
  • 0

Hi I am trying to store '2/27/2008 9:35:47 AM' date into Salesforce using C# and partner API of salesforce but getting the error

'2/27/2008 9:35:47 AM' is not a valid value for the type xsd:date

Any idea how to change date format into c# which is comparable with salesforce


Thanks



Hi,

 

We are using SalesForce webservices URL in one of our application. We are using API version 9.0 and it was working fine. All of a sudden we started getting the following error. Does anybody know why this is happening and how to resolve this issue?

 

Is this API URL changed? Does anybody know which community we need to subscribe on to get the information (announcements) about API changes?

 

Thanks in advance for your help.

 

Thanks

 

---------

09:35:18,708 INFO  [soap] Username is :username

09:35:18,708 INFO  [soap] Password is :password

09:35:18,724 INFO  [soap] Creating the binding to the web service...

09:35:19,739 INFO  [soap] LOGGING IN NOW....

09:35:21,083 INFO  [soap]

The session id is: 473400D500000007cBU!ARgAQPyzDhS3hjBlWIK0z3GyPmyKT4vUrryI7nbxglDye2KTlba5yP0Kj8YXsNqE7E4Qc.aDu3tBS56uPkE4W4QEXbOIPWrb

09:35:21,114 INFO  [soap]

The new server url is: https://na3-api.salesforce.com/services/Soap/u/8.0/473400D500000007cBU

09:35:21,646 ERROR [STDERR] java.lang.NullPointerException

  • February 20, 2008
  • Like
  • 0