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

shelly-goel
shelly-goel
Offline

Badges

Badges
31

Accepted Solutions

Accepted Solutions
114

Likes Received

Likes Received
282

Posts

Posts
419

Discussions

Discussions
46

Questions

Questions
371

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by shelly-goel
Customize the badges you want to showcase on your profile
Supporting different component variations within same app codebase to be picked up by an IMS Org - App Builder 24-07-2021
The use case is that we want to use the same firefly app code base to have multiple variations of components and pages. This app will be deployed to many organizations and a specific variation should be picked up by a particular IMS Organization. The expectation is similar to multi-tenancy (though it will be deployed on different servers) OR multi-site management where component/ page is picked up from specific site folder if it is present otherwise from common folder (inheritance model with dyn...

Views

313

Likes

0

Replies

2
Re: Dialog variablePropertyComponent - Adobe Experience Manager 21-07-2021
@crich2784 You can try following the steps mentioned here:https://aem.redquark.org/2018/10/day-15-custom-workflows-in-aem.htmland use the resourceType as sling:resourceType="granite/ui/components/coral/foundation/form/select"

Views

428

Like

1

Replies

0
Re: Metadataprofile not working for Content fragments - Adobe Experience Manager Assets 20-07-2021
@mkumar Yes this is an expected behavior. Metadata profile do not apply to content fragments as mentioned here:https://experienceleague.adobe.com/docs/experience-manager-65/assets/fragments/content-fragments.html?lang=en#constituent-parts-of-a-content-fragment(look for a caution box)

Views

252

Likes

2

Replies

0
Re: Ajax call to USE-API script - Adobe Experience Manager 19-07-2021
@PremIB - Yes you would be able to make an ajax call to a servlet at server side but not the Java use-api (I initially understood that you're using javascript use-api). The other option is you can get the richtext using getProperties().get("title", "") in the wcmusepojo extension and then parse it for all the href in it. Otherwise using javascript use-api could be an option too.

Views

364

Like

1

Replies

0
Re: Experience Fragment Edit Icon is not Displayed for SP... - Adobe Experience Manager 18-07-2021
@sudhakar02 Experience Fragment support with SPA is available starting Maven Archetype 28, please make sure you're using the latest archetype.

Views

199

Like

1

Replies

0
Re: Ajax call to USE-API script - Adobe Experience Manager 18-07-2021
@PremIB Did you try to make this ajax call from the same use-api script where you're creating data-foo & data-bar? That should have the href value already.

Views

386

Like

1

Replies

2
Re: Can I get the value selected in standard tags in meta... - Adobe Experience Manager 13-07-2021
You can write this logic inside an event listener on node_added event so that everytime an asset is uploaded you get that asset's metadata. Here's the reference: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-listeners-events/qaq-p/186256

Views

487

Like

1

Replies

0
Re: Can I get the value selected in standard tags in meta... - Adobe Experience Manager 13-07-2021
@Anmol_Bhardwaj If you're programmatically looking to fetch this metadata, you can use below API and getAssetMetadata() method.https://javadoc.io/doc/com.adobe.aem/aem-sdk-api/latest/com/adobe/granite/asset/api/Asset.html The metadata is stored on node /jcr:content/metadata of the asset which you can verify in crxde

Views

501

Likes

2

Replies

3
Re: Change the Parent (blueprint) of a live Copy - Adobe Experience Manager 13-07-2021
@VinodthakurThere are two options:1. The node /jcr:content/cq:LiveSyncConfig under each of the live copy root has the property 'cq:master' which stores the blueprint page path. Update this property with the new blueprint path. Go to Sites console, fetch the references (Live Copies) for new blueprint, select specific live copy and synchronize (with subpages). This would update all the live copy pages to new blueprint.2. To achieve this programmatically, write a servlet and use https://javadoc.io/...

Views

358

Likes

2

Replies

1
Re: Where is data stored - Adobe Experience Manager 13-07-2021
One option could be to keep track of the pages/ content loaction that are getting updated and create a package with those filters to deploy on 6.5 instance

Views

428

Likes

0

Replies

0