Problem: Field of type = URL; how to tell user whether the URL they entered actually refers to a valid URL (not a 404 - page not found)
Example: User enters www.fooo.com (they mistyped, it should have been www.foo.com – a valid URL)
Goal – Display error message when user saves record “There is no web page available for the URL you entered, check your spelling”
We should be able to get this support without needing an APEX class
Comment » Posted by crop1645
Posted 10/06/08
Categories: Customization, User Experience, Force.com Platform