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

Jagadeesh_Prakash
Jagadeesh_Prakash
Online

Badges

Badges
26

Accepted Solutions

Accepted Solutions
31

Likes Received

Likes Received
139

Posts

Posts
120

Discussions

Discussions
38

Questions

Questions
82

Ideas

Ideas
7

Blog Posts

Blog Posts
3
Top badges earned by Jagadeesh_Prakash
Customize the badges you want to showcase on your profile
Re: Show/hide fields based on checkbox in multifield - Adobe Experience Manager 12-07-2022
After a lot of messing around with the ACS common feature. I got it working finally. So, the problem is that the documentation in the provided link is incomplete about handling the multifield. Fortunately there was some documentation in the original JS located at (/apps/acs-commons/touchui-widgets/showhidedialogfields/source/showhidedialogfieldstabs.js). In this file, there is a mention of multifield as: * - If the fields lie within a multifield* - add the extra empty property acs-cq-dialog-drop...

Views

112

Likes

0

Replies

0
Re: page properties issues - AEM cloud - Adobe Experience Manager 12-07-2022
Hi @Jagadeesh_Prakash have tried the above for testing, but still no luck. Any other suggestions please?

Views

123

Like

1

Replies

0
Re: Migrate Component properties node to new componnets - Adobe Experience Manager 11-07-2022
In that case you can refer second approach which I mentioned above. Use Sling Jobs and create index for your custom properties if its not covered in OOTB indexes. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-iterate-nodes-one-by-one/m-p/423988/highlight/true#M30004 You can also use groovy scripts but that would require extra efforts to setup. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aemaacs-acs-aem-commons-netcentric-accesscont...

Views

66

Like

1

Replies

0
Re: Is it possible customizing error pages under my project (not directly under apps) ? - Adobe Experience Manager 11-07-2022
Thank you for the reply, the information helps a lot!

Views

51

Likes

0

Replies

0
Re: Auto Complete - Adobe Experience Manager 11-07-2022
@arvind It is some thing that we migth need to drill down. I don't have any reference links/exampls for this. Ideally it is not recommanded to overwrite the RTE kernal editors functionality. Just suggesting you to write your own function with autocomplete function and call the function in editorkernal.js

Views

87

Like

1

Replies

0
Re: Getting error when trying to save any page property - Adobe Experience Manager 11-07-2022
Hi @Unknown1 ,It could be the reason that your upgraded project uses classic dialogs in touch UI.

Views

91

Like

1

Replies

0
Re: How to have an ordered or unordered list with headings and paragraphs in it? - Adobe Experience Manager 11-07-2022
Thank you for the Suggestion.This helps 

Views

76

Likes

0

Replies

0
Re: Broken Links Report set up in AEM - Adobe Experience Manager 10-07-2022
@akhilr48142671 I am not sure if AEM have that OOTB solution provided. But based on the traffic report from adobe analytics we can show the bad links and take a report out of it. And also as mentioned from @ArpitVarshney you can check for the linkchecker but which might need some customization and once check for acs commons mcp provides broken links report.

Views

68

Like

1

Replies

0
Re: AEM6.5 edit dialogue is not opening in author - Adobe Experience Manager 08-07-2022
Hi @Aditya_Chabuku, I mean to say that in nested multifield, If you keep on adding nodes than at a particular point we will not be able to add more. I guess it was some ~ 30 to 40. The solution suggested was for that. Apache Sling Main Servlet' But i guess the issue got resolved now @kyasam

Views

82

Like

1

Replies

0
Re: Error when Downloading assets in AEM 6.5.2 - Adobe Experience Manager 07-07-2022
Hi @BRAGAD ,There can be few reasons, my suspects,If you are downloading from CDN/Dispatcher then it should be a rule issue either in Dispatcher or CDN which is causing this.Check if AssetDownloadService reference is not in satisfied state in AssetDownloadServlet . AssetDownloadService is dependent on other OOTB services and they should be in satisfied state. You can also check AEM error.log, request.log for this timeframe. As I said above, this download functionality leverages AEM Assets AssetD...

Views

73

Likes

2

Replies

0