• Steve Moore 4
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
The Museum of Modern Art (MoMA) is hiring an e-commerce web developer.  We
are moving to Salesforce Commerce Cloud so the skill set we are looking for
is around cloud technologies - HTML5, APIs, Salesforce, and 3+ years
experience working with (any) e-commerce platform or similar.

https://www.moma.org/about/get-involved/jobs#20170301-sr-web_dev

If you would like to submit your resume and cover letter for consideration, please choose one of the following options:
By email: jobs@moma.org (most preferred option)
By fax: (212) 333-1107
By mail: The Museum of Modern Art
The Department of Human Resources
11 West 53 Street
New York, NY 10019
If submitting by email, please send us your resume and cover letter as one document in PDF format.
 
I use the following URL to access our production soap api: https://www.salesforce.com/services/soap/u/18.0 
I would like to know what is the URL to access the soap api in the sandbox. I tried adding the sandbox server to the URL https://cs26.salesforce.com/services/soap/u/18.0 but that did not work. Any suggestions? 
After Winter release we encountered an issue for our .Net integration related to Soap API schema WSDL.
It is a known issue with the XML serialization class from .NET Framework all versions. The XMLSerializer code generation component cannot handle the XSD definitions that have only one element and the occurrence of the element is unbounded.
This is the case with the newly introduced classes ListViewRecord and ListViewRecordColumn from Salesforce API 32.0.
We had to manually modify the schema and altered the constructors for those 2 classes mentioned above by adding an extra dummy attribute.
This way the XMLSerializer code generator will use the proper XmlSerialization attributes for the constructor.

There should be a way to update WSDL from Salesforce to support .Net integration without manually update

Thank you! 

Hi,

I want to delete records from a custom table. Can anybody tell me what is the exact commend for deleting set of records in SOQL?

 

Thanks,

Suvra

  • February 26, 2009
  • Like
  • 0