• Gary Strahle
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Using a WSDL and C# I have successfully connected to my salesforce org and can update records, particularly any data type that is standard or a "text" string...  but when I attempt to update "date" or "integer" the values remain "null"

We have tried various date formats and can not seem to figure out why the values will not successfully update for "date" and "integer" data types.

What could I be missing?

 
Using a WSDL and C# I have successfully connected to my salesforce org and can update records, particularly any data type that is standard or a "text" string...  but when I attempt to update "date" or "integer" the values remain "null"

We have tried various date formats and can not seem to figure out why the values will not successfully update for "date" and "integer" data types.

What could I be missing?