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

Sanjay_Bangar
Sanjay_Bangar
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
30

Likes Received

Likes Received
173

Posts

Posts
170

Discussions

Discussions
43

Questions

Questions
125

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Sanjay_Bangar
Customize the badges you want to showcase on your profile
Re: Can't view Character counter in a field inside Multifield resource type - Adobe Experience Manager 05-10-2021
Hi @nivedak83512396 , You can add properties to the respective field.Property name is max-char allowed. Kr,Sanjay

Views

324

Like

1

Replies

1
Re: cant download any SDK, says "package not found" - Adobe Experience Manager 05-10-2021
Hi @TB3dock , Do you have all write access of your company sandbox. Regards,Sanjay

Views

168

Like

1

Replies

0
Re: AEM 6.5 not showing the Multifield in Classic dialog - Adobe Experience Manager 01-10-2021
Hi @keshav_goud , In AEM 6.5 most of classic UI features deprecated.If you want then you need to write custom logic to stay your content as it is.Kr,Sanjay

Views

302

Likes

2

Replies

1
Re: How to delete node using java code - Adobe Experience Manager 01-10-2021
Hi @Ronnie09 , You need to used Node api for adding and removing .Using Node APIAdapt the resource to NodeNode node = resource.adaptTo(Node.class);Then remove a node using function removenode(java.lang.String relPath, java.lang.String primaryNodeTypeName)"node.remove(nodeName, NodePrimaryType);you can add properties using function "setProperty(java.lang.String name,Value value)"Save the session so that the new Node and its properties are savedKr,Sanjay

Views

170

Like

1

Replies

0
Re: [AEM 6.6] How can I edit a XF's policies? - Adobe Experience Manager 30-09-2021
Hi @Jeanmaradiaga , Go the Experience Fragment and Edit the template of the experience fragment and add your group (which contains your component).Make sure that you need to update the policy of layout container. Kr,Sanjay

Views

272

Likes

0

Replies

0
Re: Move in language masters not propagated to live copies - Adobe Experience Manager 30-09-2021
Hi @aembytes2021 , While Moving any parent page it always asking child pages need to move and it is showing check box for each child page. We need to checked the box and then appropriate child pages also moved to the particular location. I hope this is helpful. Kr,Sanjay

Views

111

Like

1

Replies

0
Re: Adding Lottie Files easy in AEM - Adobe Experience Manager 29-09-2021
Hi @albintribelounge , There are 2 ways you can add.1.directly add file in the asset and give the reference wherever you required.2.Create the common ClientLibs and inside that create folder source and add your files inside source.

Views

474

Like

1

Replies

0
Re: Proxy component until when it's treated as Core component - Adobe Experience Manager 29-09-2021
Hi @rsl_lucky , When you have created component/ proxy component in your project repository then it becomes custom component .Kr,Sanjay

Views

208

Like

1

Replies

0
Re: How to re-enable inheritance on the order of parsys. - Adobe Experience Manager 29-09-2021
Hi @anelem1760873 , go to the page properties and select the live copy tab and clicked on Sync and enable inheritance .For component specific there is option enable inheritance.Kr,Sanjay

Views

355

Likes

2

Replies

1
Re: What is the best way to name my servlet paths like an RESTFUL API? (Path vs ResourceType) - Adobe Experience Manager 27-09-2021
Hi @AEMWizard , Yes, whatever you want name for the servlet you can give it but make sure you need to add the same servlet name or path to the apache sling servlet script resolver configuration. Kr,Sanjay

Views

207

Like

1

Replies

0