Open Email Message Popup Window using a custom button and set default values

The following User Event Script deployed to Sales Order record places a button on the sales order page named Email CS. Once this button is clicked, an email message window popup will be opened with predefined values of recipient and template category. We could pass many field values through the URL parameters. For those values… Continue reading Open Email Message Popup Window using a custom button and set default values

Adding popup into login page.

Adding a popup into login page of Ecommerce website for specific customer. It’ll render a Popup into Login page when customer tries to login into his/her account. This loginpopup function will call the event in the login file just after clicking into Login button in the login page. And layout variable will get the layout… Continue reading Adding popup into login page.

Showing a Popup in the Login Register page when a button clicked

On clicking the upload certificate button on the registration page, a new pop-up needs to be displayed on the registration page. Solution: Create a modal for popup, for that create a separate view file for the pop up and in the view file of login register page, add a click function in events for the… Continue reading Showing a Popup in the Login Register page when a button clicked