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

zeeshanKhan0786
zeeshanKhan0786
Offline

Badges

Badges
19

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
34

Posts

Posts
104

Discussions

Discussions
13

Questions

Questions
91

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by zeeshanKhan0786
Customize the badges you want to showcase on your profile
Re: How to check user's profile deactivation status - Adobe Experience Manager 24-07-2017
Hi Arunp,you can check whether the User is disabled or not on impersonate the user account from admin account or having sufficient permission to impersonate.Go to User ConsoleDouble click on userGo to Impersonators tabDrag and Drop Users that can impersonate selected userFor seeing which property is set on user node below is the link that will help you. http://aempodcast.com/2017/permissions/aem-spark-disable-enable-users/#.WXX2rhXfrIU Thanks

Views

986

Likes

0

Replies

0
Re: Show/hide related implementation in dialog in AEM 6.3 - Adobe Experience Manager 23-07-2017
please take a look of this ootb js /libs/cq/gui/components/authoring/dialog/dropdownshowhide/clientlibs/dropdownshowhide/js/dropdownshowhide.jsbelow is the sample package and install it.analyse the dialog node properties and try to change accordingly.http://adobeaemclub.com/wp-content/uploads/2016/05/text-style-component-1.0.zip

Views

1.4K

Likes

0

Replies

0
Re: Show/hide related implementation in dialog in AEM 6.3 - Adobe Experience Manager 23-07-2017
Hi,It seems that above code will through Jquery error due to not found of $("[name='./pagetitle']") value of undefined name.did you follow this article it might helpful Toggle fields based on selection in Granite UI dialogs | Adobe AEM Club Thanks

Views

1.4K

Likes

0

Replies

0
Re: Workflow notification: NodeTransition : Frequently getting workflow emails. - Adobe Experience Manager 23-07-2017
Hi -Go to workflow console and find Request For Deactivation workflow.-Open the workflow and click on "Request for deactivation" Step one dialog will pop-up.-Click on second tab User/Group.-Check the whether the Email Checkbox is checked or not.-If Email checkbox is checked.Below is the method.First check that the User/Group field have only your user or a group.-If it has only your user name then uncheck the Email checkbox.If it has Group then-If you don't want to send email on any deactivation ...

Views

1.2K

Likes

0

Replies

0
Re: How to create cq:actionConfigs for design mode - Adobe Experience Manager 23-07-2017
Hi Did you create cq:actionConfigs node as shown in this article.Please check this article. Technical Knowledge Sharing Stuff: Custom Action in Configuration Bar in AEM

Views

785

Likes

0

Replies

0
Re: Issue with clientlibs in AEM 6.3 for categories cq.authoring.dialog - Adobe Experience Manager 23-07-2017
HiThis is true you will see the alert on page load because all the authoring clientLibs is loading on pageload in authoring mode.So when you load the page all client lib will load that along with your ClientLib, you can not use directly $(document).ready(function() it will show the alert when you load.you have to bind some event with that id.So it will trigger only whrn particular event occur on particular id like onclick below is the sample.$(document).ready(function(){ $("p").click(function(){...

Views

853

Likes

0

Replies

0
Re: View an external .csv file at a site of an AEM project - Adobe Experience Manager Assets 23-07-2017
No need to store this data into component as you say data is very dynamic any time can change so on component load it will fetch the .csv file directly and display it.Using Js :You can look this url to fetch .csv and display in HTml like table from Js.http://bl.ocks.org/ndarville/7075823 .Using Java : From java WcmUSe class you will return map or list based on that which datastructure will fullfill your need and iterate that list or map into your component and display the data either in table fo...

Views

1.5K

Like

1

Replies

0
Re: Sightly in AEM 6.3: org.apache.sling.api.request.RecursionTooDeepException: - Adobe Experience Manager 22-07-2017
Hi ,I am not able to replicate this exception in your code because this exception is thrown by the Sling implementation if to many recursive content inclusions take place.Why are you using the list component to make the News Component.you want to display the title,date and content of the news for that either use multifield in dialog and then iterate through the data and display it. Other wise make a simple dialog having three field Title of news(ton), Date of news(datefield), Content(RTE) .At ev...

Views

2.5K

Likes

0

Replies

0
Re: AEM 6.3 - AEM crashes after installing package in Package manager - Adobe Experience Manager 22-07-2017
Hi Brendan,After seeing the screenshots .exe popup coming into your windows is no way related to installing the Package unless and until you write some service that start just after the installation and that service initiate Batch file to run some process(.exe file) otherwise it is not related to your popup.It may be some virus that initiate that (.exe).After lots of popup their may me a chance of stopping of AEM service that leads to stop AEM server and you are not able to access anything due t...

Views

1.1K

Likes

0

Replies

0
Re: Caching Redirect Responses With Dispatcher? - Adobe Experience Manager 21-07-2017
I didn't get what are you trying to do.if you want to invalidate the dispatcher cache please look this Invalidating Cached Pages From AEM - docs.adobe.com

Views

3.0K

Likes

0

Replies

0