function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
2Wrongs2Wrongs 

Address verification approach

In my Account, I'd like to have a button to click that verifies the address.  It would be nice if the whole page didn't have to refresh.  I have a simple Web service written that does the verify and even got everything to work in Salesforce using the Ajax kit/remoteFunction.  The problem is it only works in firefox due to a 401 error in other browsers.

 

It took forever to figure out how to get remoteFunction to work, but at this point I think my approach might have been wrong for SF.  Should I try to do through Apex httprequest?  I could just require Firefox, but that seemed lame.

 

Appreciate any tips, thanks,

 

Lee