Author Archives: greysagecrm

Pop Up Email Screen before sending mail through workflow

The standard functionality in SageCRM allows us to create workflow for Primary entities. One of the standard workflow actions allows us to send mail through workflow. Using this action an e-mail is sent in the background without any intervention. Now sometimes you come across the requirement where you want to send the mail through workflow,… Read More: Pop Up Email Screen before sending mail through workflow »

Javascript popup window

We always face the problems with popup window in JavaScript using window. Open command either in Custom content or pages that we design. Sometimes the parent window goes blank or sometimes the popup window looses focus and goes behind. Problem Definition: Suppose I want to open http://www.google.com in popup window. So ideally I will use… Read More: Javascript popup window »