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

rohankalra
rohankalra
Online

Badges

Badges
11

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
10

Posts

Posts
15

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rohankalra
Customize the badges you want to showcase on your profile
Re: Live Stream Component - Adobe Experience Manager 04-08-2022
@rohankalra It looks like a component with custom js to render countdown and other BI logics. https://www.sitepoint.com/build-javascript-countdown-timer-no-dependencies/

Views

39

Like

1

Replies

0
Re: Getting a child node with their property Name - Adobe Experience Manager 12-07-2022
Hi @rohankalra ,Try this,Resource childResource = resourceResolver.getResource(child.getPath()); Node childNode = childResource.adaptTo(Node.class); Node jcrContent = childNode.getNode("jcr:content"); NodeIterator childrenNodes = jcrContent.getNodes(); while(childrenNodes.hasNext()){ Node next = childrenNodes.nextNode(); String resourceType = next.getProperty("sling:resourceType").getString(); if(resourceType.equals("your/custom/resource/property/path")) { properties = childResource.adaptTo(Valu...

Views

48

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: AEM Instance not running error at starting quickstart on port 4502 - Adobe Experience Manager 20-09-2021
**bleep** You are right man You saved my hours thanks  a lot man.

Views

1.3K

Like

1

Replies

0
Re: Migrate from Oracle WebCenter Sites (WCS) to Adobe Experience Manager (AEM) - Adobe Experience Manager 06-09-2021
hi @rohankalra,I think your requirement is to migrate your data from OWCS to Amazon S3 right?if yes then of-course you can do that with the help of OWCS Rest Api and Your custom services to push the data to S3.With OWCS asstType API you can get all the information that includes metadata in your custom code and then with the help of Asset manager API you can form the actual asset and then push it to the S3 with the help of aws s3 API.And AEM has rich support of s3 so you can easily use those asse...

Views

398

Like

1

Replies

0
Likes from