• Maplesoft BIS
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
We have an application in c# that uses the sales force api to communicate with sales force. When the code is compiled and published, it works fine. Then after a couple of hours or a day, the code generates the following error:

INVALID_FIELD: No such column 'CurrencyIsoCode' on entity 'Opportunity'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.

To get rid of the error, all we need to do is re-compile the code and publish it again. It will work fine for a couple of hours, then it will generate the exact same error mentioned above.

We now have two applications that suffer from the exact same issue. We have many other applications that communicate with Sales Force and they don't have this problem!!!

Please advise

Yesterday the main www.salesforce.com site was down periodically.  Because of this, our S-Controls were encountering javascript errors ...presumably because the javascript source file is linked as follows: https://www.salesforce.com/services/lib/ajax/beta3.3/sforceclient.js

Are there alternate locations for this file that can be used to avoid this scenario?  I've tried the na2 server but the file does not appear to be there.

Any help would be appreciated,

 

John

I am adding leads to a specific account for distribution to the sales staff through the Soap Web Services API.  I would like to have the lead assigned to the correct sales individuals based upon the assignment rules we will create.  How do I trigger the assignment rule through the Soap Web Services API?