The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
A problem while trying to store TrueFalse Values
Posted: 23 Jan 09 10:05 AM
|
Hi everyone...
this is my dummy question....
I have this code Opportunity.Closed = true; Opportunity.Save();
This code never save Closed as true, it's always false. Sinceretly I don't understand the reason.
Do someone know about it or maybe have had the same issue?
Thanks! Regards, Misael. |
|
|
| |
|
Re: A problem while trying to store TrueFalse Values
Posted: 23 Jan 09 10:41 AM
|
Take a look at the event code (via reflector) to see if there is some other property that needs to be set in order for it to allow it to be closed. There is possibly a rule that is setting it back to false because some other supporting data is missing or something. |
|
|
| |
| |
|