• Suganya Subrayan
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 3
    Replies
I have faced the below errors:

[{"message":"Cannot deserialize instance of date from VALUE_STRING value Sun Dec 30 00:00:00 IST 2012 or request may be missing a required field at [line:4, column:33]","errorCode":"JSON_PARSER_ERROR"}]

[{"message":"Cannot deserialize instance of date from VALUE_STRING value 01/02/1993 or request may be missing a required field at [line:3, column:23]","errorCode":"JSON_PARSER_ERROR"}]
Hi,

How to insert the data to salesforce using java?

Thanks in advance
Hi,

How to check the data to be inserted or not in salesforce CRM?

thanks in advance
I have passed the below param.

 
"client_id", "XXX"
"client_secret", "YYY"
"grant_type", "password"
"username", "$$$"
"password", "###"

what's am i missing?

Advance thanks
Hi,

How to insert the data to salesforce using java?

Thanks in advance
I have passed the below param.

 
"client_id", "XXX"
"client_secret", "YYY"
"grant_type", "password"
"username", "$$$"
"password", "###"

what's am i missing?

Advance thanks