Hi, I need assistance to add customized columns (workflow id, current assignee and current active workflow step) in the workflow instance (AEM6.5). Also I want to know how to hide/ remove OOTB columns from workflow instance. Thanks,Nagaraju
I am trying to rename a page by using the move function and changing the 'name' field. When I change the name, click 'Next', the 'Move' button is greyed out. When I click back, the name still appears as changed. But I am unable to proceed. I tested moving the page to another location and the name di...
Hi All, I would like to understand what are the best ways to import assets in to AEM. I need to load assets(PDF's) as a bulk like 5k at a time.Please suggest me some good tools any available.
I am doing a security review of our AEM instance and going through the Security Checklist. It is not clear to me what "Changing the OSGi Web Console Password" actually does. I changed the AEM admin user password to "rainyday". I changed the OSGi Web Console password to something distinct per the...
We recently got a security vulnerability as below. "OPTIONS method returned values including itself" we wanted to block at AEM level using Apache Sling referrer filter by adding OPTIONS in 'filter.methods', and post updating the configurations, i was still able to get response for the below CURL req...
I have a component , I want to add an extra space between the 2 fields. Is there any properties available in AEM to achieve this. (like Width ,height) Thanks in Advance.
We are experiencing some unusual behaviour regarding Dispatcher. If we make a request to a page that should not be cached according to out dispatcher rules, and the request contains query parameters, then the response is missing the Cache-Control header.We would expect to see cache-control: max-age=...
Hi All, I have 3 AEM SPA react applications within the same AEM repository. All these 3 applicaitions using AEM SPA React framework. Lets say AEM SPA react app a1, a2, a3. these a1, a2,a3 apps generate with maven acrhetype AEM SPA 4.0. As you all know that when we want to create any new component we...
I want to resize my RichTextEditor property in my component , can this be limited to a 10 lines max? Component code :@DialogField( name = "name", fieldLabel = "fieldLabel ")@RichTextEditorprivate final String propertyName; Thanks in Advance.
I have an usecase whenever a page under global(blueprint) is updated , has to rollout with Standard Rollout and Activate on Activate Configuration via code . Can you please suggest best fit /recommended MSM API for this case