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

Comparing currency fields
Hello,
In one of my Triggers, I need to check if there's a value in a particular currency field,
I tried using
if(objContact.field__c != null), doesn't work
and then I tried
if(objContact.field__c > 0.00), still doesn't...
Pleasea dvise, much appreciated.
-Regards,
Santosh

Please ignore the last post...'was my mistake