Show User List, Month List, Year List in Selected List In salesfore
Requirement: Create a Vf Page where Show Three drop down first List of user , List of Month, List of year, and after selecting all values redirect to another page Solution: Class Code: public class ListofUserController { public List<selectOption> lstSelectMonth{get; set;} public string strSelectMonth {get; set;} public List<selectOption> lstSelectYear{get; set;} public string strSelectyear{get; set;} public list<SelectOption> options{get;set;} public string UserId{get;set;} public boolean boolIsShowContact{get;set;} public boolean boolIsShowCase{get;set;} public boolean boolIsShowButton{get;set;} public boolean isShowErrorMessage{get;set;} public Id currentUserID; public string adminuserName; public ListofUserController() { ...