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
Re: Unable to establish connection from AEM to Workfront - Adobe Experience Manager Assets 17-08-2021
@aemdev05 Adding to Shelly's note, please also reach out to Support with this request.

Views

343

Likes

0

Replies

0
Re: Include custom OSGI bundle in AEM Project - Adobe Experience Manager 07-08-2021
Hi @akatsuki07!Option 2 will embed the bundle into package, resulting in a single deployment package that deploys both parts together.Option 3 will tell the bundle that there is a dependency, but the other bundle has to be deployed separately. So you will have to separate deployments.Hope that clarifies it at bit!

Views

410

Likes

2

Replies

0
Re: Environment issues in my AEM development instance - Adobe Experience Manager 05-08-2021
@Ritesh_Mittal, nice answer.

Views

192

Likes

0

Replies

0
Re: Supporting different component variations within same... - App Builder 03-08-2021
Hi @shelly-goel - as Manik mentioned, this code structure is not supported by Project Firefly. You should consider modularizing your code in a way that commonly used functionalities should be available as (npm) libraries. They can then be used by different projects and apps. Npm libraries also allow you to manage the code releases with semantic versioning, so that there is no hard dependency for the client apps.For the remaining pieces which vary by org / customer, they should be put in separate...

Views

279

Like

1

Replies

0
Re: Dialog variablePropertyComponent - Adobe Experience Manager 26-07-2021
Bueller?

Views

406

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
@arunpatidar but the use api script i've mentioned in is a javascript use api script. It also accepts some values as arguments. is it possible to execute this javascript use api script from a servlet then?

Views

355

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: How to include javascript on template properties? - Adobe Experience Manager 16-07-2021
Hi, So for everyone in the future if need this I solved this way: Created a clientlib under the clientlibs folder.On the content.xml I put the categories: categories="[coralui2,granite.ui.foundation,apps.sisal-fullresponsive.createpagewizard]"I created the js folder and the js file. For the js to trigger on page properties I used(function(window, document, Granite, $) { "use strict"; $(document).on("foundation-contentloaded", function (e){ // Logic to be done here });})(window, document, Granite...

Views

440

Likes

0

Replies

0
Re: Change the Parent (blueprint) of a live Copy - Adobe Experience Manager 13-07-2021
Hi, if you are using page move rollout config then moving blueprint will adjust the live copy as well https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/move-page-behaviour-with-livecopies-in-aem-6-1-and-aem-6-3/qaq-p/265501

Views

344

Like

1

Replies

0