I have a debtors custom field.
When I create a new debtor I want to default the value. It's a boolean and I'd like it to be unticked i.e. false.
This client is still on 7.0.175 and I am developing code in c#.
I've been trying various syntax for a few hours now and have searched high & low in amongst my old code, the forums, etc and I can't nut out.
Basically on the event debtor.CreateEnd I just want to set the checkbox to false.
That'll force the custom field to be set with a value instead of just saving and the custom field value isn't even there.
I've got code for 7.2.1 and VB.Net code for 7.0.175 but even converting the VB to c# isn't bearing fruit.


