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

Aditya_Chabuku
Aditya_Chabuku
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
44

Posts

Posts
32

Discussions

Discussions
10

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Aditya_Chabuku
Customize the badges you want to showcase on your profile
Re: Issue when adding Component clientlib as embed in clientlib base - Adobe Experience Manager 22-07-2022
Hi @Vani1012 , I understand you want to embed your custom clientlibs in clientlib-base, But by doing so you are unnecessarily increasing the load on base clientlibs and also it's not a good practice. However, to include your clientlibs as a dependency into the base at /ui.frontend/clientlib.config.js

Views

80

Likes

2

Replies

0
Re: cq:styleDefaultClasses - classes are applied to components only on author - Adobe Experience Manager 18-07-2022
Hi @joeltsousa1, If Replication is not working properly even after checking everything is working fine, Try to go with package your policies & update them on Publisher to firefight the problem.After that, try to include these changes in the Codebase, change the filter to "update" and build & deploy.

Views

98

Like

1

Replies

0
Re: Reverse replication for delete event - Adobe Experience Manager 17-07-2022
Hi @SantoshSai , @Aditya_Chabuku Thank you for your reply. I tried using both ReplicationActionType.DELETE and ReplicationActionType.DEACTIVATE but nothing works. It doesn't show up in replication queues at all. It looks like doesn't trigger the replication. It tried using Launcher for Delete but no luck. Replication is working fine for create and modify but not working for delete.Any idea why it isn't triggering the replication. Thanks

Views

50

Like

1

Replies

0
Re: Effective Access Control Policies in AEM 6.5 - Adobe Experience Manager 16-07-2022
@akshaybhujbale https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/user-group-ac-admin.html?lang=enhttp://www.aemcq5tutorials.com/tutorials/adobe-aem-cq5-tutorials/aem-permissioning/

Views

62

Like

1

Replies

0
Re: AEM Assets Scalability and Deployment model - Adobe Experience Manager 15-07-2022
Hi @beast42 , This is more related to AEM Assets than here, You may get better help if it's posted it here

Views

33

Likes

2

Replies

0
Re: Regarding screen and forms - Adobe Experience Manager 15-07-2022
Hi @akshata_chaudhari ,You need a separate license for AEM Forms. Your organization will need to contact by filling out this [0] form and Adobe representative will contact you to provide all the information you need. In general this is not part of AEM Sites license.Kindly refer [1] different licenses needed for AEMaaCS.[0]: https://business.adobe.com/products/experience-manager/forms/pricing.html[1]: https://helpx.adobe.com/ca/legal/product-descriptions/aem-cloud-service.htmlHope that helps!Rega...

Views

57

Likes

3

Replies

0
Re: AEM Assets References Update Programmatically - Adobe Experience Manager 14-07-2022
Thanks @Aditya_Chabuku  . We'll explore this approach further.

Views

57

Like

1

Replies

0
Re: ResourceChangeListener strange behaviour - Adobe Experience Manager 14-07-2022
Sadly, no. I have spoken to Adobe consultant our project uses, but he wasn't sure either, however he did not think it was an environmental issue.

Views

72

Likes

0

Replies

0
Re: Facing special characters on datasource node rendering in place of "-" - Adobe Experience Manager 10-07-2022
Making sure you are encoding your strings as UTF-8 in Java should solve the trick. Encoding With Commons-Codec commons-codec commons-codec 1.14 String rawString = "Welcome to Progress - Image Film"; byte[] bytes = StringUtils.getBytesUtf8(rawString); String utf8EncodedString = StringUtils.newStringUtf8(bytes);What is UTF-8? UTF-8 is a variable-width character encoding used for electronic communication. Defined by the Unicode Standard, the name is derived from Unicode Transformation Format – 8-...

Views

117

Likes

2

Replies

0
Re: How to extract values from a multifield inside custom dialog customization js? - Adobe Experience Manager 08-07-2022
Hi @ManuMathew1994 ,try this jquery code on label name you want to catch value of label, I tested & it works on multifield as well$("input[name='./']").parent().find("label").text()~Aditya.Ch

Views

45

Like

1

Replies

0