Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

imadullakhan
imadullakhan
Offline

Badges

Badges
18

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
9

Posts

Posts
58

Discussions

Discussions
3

Questions

Questions
55

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by imadullakhan
Customize the badges you want to showcase on your profile
Re: Workflow Excel file reading Junit5 - Adobe Experience Manager 30-03-2022
Hi @Ravi_Pampana  I tried above snippet but not working as expected!

Views

84

Like

1

Replies

0
Re: How to Rollout pages via Programmatically - Adobe Experience Manager 21-02-2022
Hi @imadullakhan ,Can you please let us know why the above solution is not working and what is your use case to help you better Thanks

Views

124

Like

1

Replies

0
Betreff: Servlet for Dynamic dropdown in dialog - Adobe Experience Manager 21-01-2022
Years ago I faced to the same challenge. It was very hard work to finished it.My way was as follow:- I created a custom dialog means using own html, css and javascript and of course slighty. The drop down lists, for me there were three depending lists, are type of AEM componentThe code wich controls the behaviour is written in client side javascript -currently still in jquery.- On serverside there is a model class that does provide only the content for the lists. He is represented by created pag...

Views

258

Like

1

Replies

0
Re: ACL Permission - Adobe Experience Manager 23-07-2021
Hi @markus_bulla_adobe, Thank you for the response. I just wanted to give specific permission inside of apps. And that permission I gave via rep: readproperties, now it's working fine as expected.

Views

248

Like

1

Replies

0
Excel and CSV Reading From AEM 6.5 - Adobe Experience Manager Assets 17-03-2021
Hi @All, Can anybody help me read Excel or CSV files from DAM, I need to read each line. Can someone suggest some sort of java code?

Views

273

Likes

0

Replies

0
Re: CheckBox_Core_Component - Adobe Experience Manager 16-02-2021
@imadullakhan Create a custom listener file and add below code and update field names. jQuery(document).on("dialog-ready", function() { $(document).on("change", "[name='./checkbox-name']", function(e) { if($(this).prop("checked")) { // Logic Checked $("input[name='./inputbox-name']").closest(".coral-Form-fieldwrapper").show(); } else { // Logic un checked $("input[name='./inputbox-name']").closest(".coral-Form-fieldwrapper").hide(); } }); }); Check out below post for more details.https://adaptto...

Views

292

Like

1

Replies

0
Re: Dam Image renditions error while executing the folder... - Adobe Experience Manager 13-11-2020
Hi @imadullakhan When ever we create a asset folder it automatically creates a thumbnail image for that asset folder with help of auto job com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl .This job is configurable in configmgr as shown below. In your case i suspect the job is trying to create a thumnail for asian/images folder using the image underneath that "/content/dam/asian/Images/PACKSHOTS-01.png " this PACKSHOTS-01.PNG has some issue with respect to his height or width or conte...

Views

642

Likes

2

Replies

0
Re: Publisher Thread and heap dump files issue. - Adobe Experience Manager 14-10-2020
Hi @imadullakhan , Can you please try the below articles to analyze the memory leak problems.1. https://www.cqtutorial.com/courses/cq-admin/cq-admin-lessons/cq-miscellaneous-administration/cq-heap-dumphttps://helpx.adobe.com/experience-manager/kb/common-critical-AEM-issues.htmlhttps://helpx.adobe.com/experience-manager/kb/AnalyzeMemoryProblems.htmlRegards,Santosh

Views

412

Like

1

Replies

0
Re: Dispatcher Configuration and workflow operation - Adobe Experience Manager 19-09-2020
Hi @imadullakhan Dispatcher is Adobe Experience Manager's caching and/or load balancing tool that can be used in conjunction with an enterprise-class web server.Below documents are pretty good to understand the dispatcher setup and caching end to end. Overview:https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/dispatcher.htmlInstallation: https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/getting-started/dispatcher-install.htmlConfiguration:https:/...

Views

476

Likes

2

Replies

0
Likes from