I want to create a link in sugarcrm module and on clicking this link a popup window appears with a list of users and select a particular user from the popup window.
Can any one tell me how to create a link and pop up in sugarcrm?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t have the exact code, but there is a popup helper built into sugar (do a search for SQS in the existing code). If you look at the code at any of the pop fields already in place (like accounts, or opportunities), there is a fairly simple couple of lines of JS to make the popup box, and set the return function. Then it is just a matter of setting fields with the returned information.
-I know it’s not too specific but hopefully this will help guide you.