• US
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

While inserting Who or Owner in a Task Object through Java application getting following error:

 

Invalid object exception encountered:

 Any help is highly appreciated

Thanks

Sri

  • November 29, 2010
  • Like
  • 0

Hi All,

 

I am new to webservices concept.i want to do sample app with webservices using java or apex

Plz tell me the requirements for the sample app and step by step process to finish the sample application.

 

Plz help me...

 

Thanks in advance,

manju

  • August 10, 2010
  • Like
  • 0

 

Why cant we do “select Name, Id from CustomObj__c where Id ='xyz5748'
I know “Id” is inherited from sObject, but we still should be able to query on that.

 

 

Regards,

AshB

  • July 15, 2010
  • Like
  • 0

Using the Java API, I'm inserting a new Lead with an Open Activity.  I'm trying to set the Due Date field, but keep getting a NullPointerException.

task[5].setKey("dueDateTime");   

task[5].setValue(dt.getMonth() + "/" + dt.getDate() + "/" + (dt.getYear()+1900));

 

All other fields work fine.  Problem is definitely with the Due Date field.

Actually, the easiest solution would be setting a default for the Due Date field, but I couldn't find how to do that.

Any ideas?

Thanks,

Mike

  • December 29, 2004
  • Like
  • 0