function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
zirosziros 

Can't update date/datetime from c# webservice through enterprise wsdl help please

Hello
 
Im updating opportunity object , from c# class and I mange to update strings , but can't update date,datetime fields.
I have searched and found this thread
I guess it has to do with the problem ?
if so...
this KB fix : http://support.microsoft.com/kb/925272 speaking about vista SP1. (which I do have on my own dev PC)
 
anyway the host for my webservice is a server which running on windows 2003.
 
what im doing in the c# for example :
 
Opportunity opp = new Opportunity();
opp.Questionnaire_date__c = DateTime.Today;
....
...
 
but those dates fields not getting updated.
 
TIA for any help
 
 
 
Best Answer chosen by Admin (Salesforce Developers) 
zirosziros

Sorry all didn't saw the sticky message above.

Great for having the explanation sticked !!

problem solved