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

LeadDupePreventerTests.apex Cookbook Sample Produces Error
http://wiki.apexdevnet.com/index.php/LeadDupePreventerTests.apex
http://wiki.apexdevnet.com/index.php/LeadDupePreventerTests.apexhttp://wiki.apexdevnet.com/index.php/LeadDupePreventerTests.apex
Produces the following error when I try to implement:
Message Edited by JAW99 on 10-06-2008 12:09 PM
http://wiki.apexdevnet.com/index.php/LeadDupePreventerTests.apexhttp://wiki.apexdevnet.com/index.php/LeadDupePreventerTests.apex
Produces the following error when I try to implement:
Error: Compile Error: Comparison arguments must be compatible types: Schema.SObjectField, String at line 47 column 45
Message Edited by JAW99 on 10-06-2008 12:09 PM
I haven't played with tokens yet (which is what System.SObjectField is) but I think you need to replace
with
--Chris
The wiki should probably be updated, too. I guess I'll leave a note there.