In this blog, I will discuss about Dynamic Participant Step:1. What is the use of Dynamic Participant Step?2. How can we write Custom Dynamic Participant Step?3.How can we use Dynamic Participant Step?Use of Dynamic participant step:Workflow Dynamic Participant Step is used when the user or a group to perform an activity in that step is selected automatically […]
In this blog, I will discuss about dialog participant step: What is the use of dialog participant step? How can we create the dialog? How can we save the value of dialog? Where the value of dialog will be saved? Use of dialog participant step: Use of dialog participant Step to collect information from the […]
In this blog we will discuss about Goto Step: The Goto Step specifies the next step in the workflow model to execute, depending on the result of an ECMA script. If Script returns true, The Goto step completes and the workflow engine executes the specified step. If Script returns false, The Goto step completes and […]
In Adobe AEM, As we see that if we hit http://<host>:<port>/ by default it is redirected to Author: /project.html Publish: /content.html Did you think about that How it works? In this post, I will explain how it works and how we can change these URLs. If you go to http://<host>:<port>/system/console/configMgr and search for the Day CQ […]
In this post, I am going to explain “How will you reset your AEM password if you have forgotten your password.” The default password for administrator user admin is admin. If the password was changed to something else, to reset your password to admin you have to follow some steps which are mention below: Stop […]
In this blog, I am going to explain that how can we change the default admin password. Sometime my colleagues want to change the admin password so this post is very useful for those guys. To change the admin password we have to follow some steps which are given below: Open the welcome screen. (http://localhost:4502/projects.html). […]
In this post, I will explain how to create different type of renditions for the image in Adobe CQ5. When we upload the images in the DAM, Adobe CQ5 creates the renditions of an image that includes different size of the same image. This can be helpful when we need to create thumbnails or similar […]
In this post, I will sort out a small but important issues that most of the developer faced while they are doing mailing service configuration in AEM with Gmail SMTP settings. Here is the problem description- “Author have done email configuration in AEM with Gmail SMTP configuration values, all configuration values are right but […]
In this post, I will explain how to create ComboBox with Dynamically generated option value in AEM6 dialog? Let’s see with the example:- I created a dialog with a tab named as tab1. Under this node, I created a node named as items with the property jcr:primaryType = cq:widgetCollection.Under this node, I created a node […]
Recent Comments