function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
in your controller or method use this after login
public methodname(){ try{ //login code if(user logged in){ PageReference pageRef = new PageReference('http://www.google.com'); return pageRef; } }catch(e){ //error } }
in your controller or method use this after login