• nicolas forestier
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hey there,

Here's my concern: I'm creating objects from a web app (node js using nforce). I get a response object with a 18 digit Id, cool!
If I paste this id in the search field in salesforce: no match found... Of course I get an error if I try requesting the object through the web app... 
So I do a little test like: I go to a salesforce record page, I copy the record id from the adress bar, paste it in the search field... no match found!
Am I crazy? Is there something like an index somewhere that could be broken ?
Thanks in advance.

 
Hey there,

Here's my concern: I'm creating objects from a web app (node js using nforce). I get a response object with a 18 digit Id, cool!
If I paste this id in the search field in salesforce: no match found... Of course I get an error if I try requesting the object through the web app... 
So I do a little test like: I go to a salesforce record page, I copy the record id from the adress bar, paste it in the search field... no match found!
Am I crazy? Is there something like an index somewhere that could be broken ?
Thanks in advance.