salesforce - Can i call a vf page as popup from a custom link button from a standard sf page -


i want show popup of list of cases without parentid , allow select usign checkbox , selected cases added in related list. popup availabe on clicking of link button

first question can call vf page popup standard page? rest guess can hande in vf page

thanks prady

yes, create link button object in page layout link reside. source link button choose "visual force page" , choose page. keep in mind vf page must use standardcontroller same object (with or without extensions) or not show in list. choose show page in new window , later place link button on page layout.


Comments