You need to sign in to do that
Don't have an account?

How to set currency field 0?
I am having trouble setting a Currency (8,2) field to 0. Doing a
setMyCurrencyField__c(new Double(0));
sSeems to have no effect, ie. the field is left at its previous value after an update.
Hi malm,
Can you try 0.0? Don't think it should matter, but it might.
hi,
can you tell me what is your parameter's type of setMyCurrencyField__c function ? (I think it is a function that you created)
setMyCurrencyField__c( <type?> <parameter> ) {
}
Message Edited by Basil on 04-30-2004 06:06 AM