• IanV
  • NEWBIE
  • 0 Points
  • Member since 2011

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

After being migrated from na13 to na20 I have been seeing the following error happen ever so often:

The processing instruction must begin with the name of the target.

Currently I am using API version 20 and have never seen this error happen in the past before the migration over the weekend.

Any ideas on what may cause this?
  • June 02, 2014
  • Like
  • 0

Does user input in SOQL need to be escaped link SQL?

 

for example if i have 

 

$account = "SELECT Account.Name, (SELECT Quantity, PricebookEntry.ProductCode FROM OpportunityLineItems), Opportunity.Name, Opportunity.Id  FROM Opportunity WHERE Account.Id='$acc' AND Opportunity.saleComplete__c = true";

 

Where $acc is user input, would i need to escape this?

  • August 24, 2011
  • Like
  • 0

Hi,

 

For a website i need to get a list of all Products an account has ( I suppose products in the opportunities the account has ) and list them on the page, Is there an easy way to do this with the REST API?

 

 

Thanks in Advanced.

  • July 27, 2011
  • Like
  • 0
Hi,

After being migrated from na13 to na20 I have been seeing the following error happen ever so often:

The processing instruction must begin with the name of the target.

Currently I am using API version 20 and have never seen this error happen in the past before the migration over the weekend.

Any ideas on what may cause this?
  • June 02, 2014
  • Like
  • 0