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
SaurabhRawaneSaurabhRawane 

Unable to set check box value using C#

Hi All,

I simply want a checkbox inside Salesforce to be set using by C# code.

In C# code i am declaring a variable of object type account(Using enterprise wsdl),then setting object.flagValue = true,i sucessfully update the record but flag value doesnt get set.

There is no exception thrown,

Can anyone point out what wrong i am doing.

Regards,
Saurabh
SuperfellSuperfell
you need to add.
object.flagValueSpecified = true;