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

AD-Engineer
AD-Engineer
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
21

Posts

Posts
46

Discussions

Discussions
8

Questions

Questions
37

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AD-Engineer
Customize the badges you want to showcase on your profile
Query for getting content fragment variants as JSON - Adobe Experience Manager 21-06-2021
Hi,We are trying to get create products with content fragments. But, each product has its own variants. How can we get as JSON each CF with its variants?queryMap.put("path", "/content/dam/products"); queryMap.put("type","dam:Asset"); queryMap.put("1_property","jcr:content/@contentFragment"); queryMap.put("1_property.value","true");With this I am getting only the CF, but not its variants. Thanks!

Views

361

Likes

0

Replies

3
Re: Can not add fields to Content Fragment Model - Adobe Experience Manager 21-06-2021
I have already done all these steps, but fields are not available to be added

Views

349

Likes

0

Replies

0
Can not add fields to Content Fragment Model - Adobe Experience Manager 21-06-2021
Hi all,We are trying to add fields to a Content Fragment Model we created. But, there are no fields to add. The page is blank. I am logged in as Admin.

Views

460

Likes

0

Replies

10
Re: System User AEM Cloud - Adobe Experience Manager 16-06-2021
Hi @Ritesh_MittalThank you for you reply. I got the package, but where should i put it on the code? In which folder should be added? Thank you again!

Views

694

Likes

0

Replies

0
System User AEM Cloud - Adobe Experience Manager 16-06-2021
Hi,I am trying to create a system user on AEM Cloud, but the url where the system users are created is not available on Cloud. How can I create or at least export/import a system user on Cloud? Thanks!

Views

800

Likes

0

Replies

9
Re: TagManager resolve not working - Adobe Experience Manager 01-06-2021
@Asutosh_Jena_ this worked great! Thanks a lot!

Views

297

Likes

0

Replies

0
TagManager resolve not working - Adobe Experience Manager 31-05-2021
Hi, I am trying to create a filter component - to filter based on tags. The idea is to pass tags from a specific path to front, so user can choose from dropdown.I am having an issue, with Tag Manager methods, like resolve.Code below: @Override public String getAllTags(){ Tag tag = null; TagManager tagManager = null; tagManager = resourceResolver.adaptTo(TagManager.class); tag = tagManager.resolveByTitle("Region"); String name = tagManager.getNamespaces()[3].getTitle(); return tag.getPath(); } Th...

Views

325

Like

1

Replies

2
Re: Call Model Inside Service - Adobe Experience Manager 30-05-2021
@Asutosh_Jena_ actually I need to call Sling Model from servelt, so I can send as a parameter the path. This is the idea. To get the path from component, get it with Sling model, then send it to Servlet.

Views

365

Likes

0

Replies

0
Re: Call Model Inside Service - Adobe Experience Manager 30-05-2021
Hi @Asutosh_Jena_,I do not want to access Service from Sling Model, but Sling Model from Service. Thanks!

Views

340

Like

1

Replies

0
Re: Call Model Inside Service - Adobe Experience Manager 28-05-2021
Hi @Asutosh_Jena_ Thanks for your reply!I tried this one, but this returns null too.The errorr: org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier com.project.core.models.Filter cannot be correctly instantiated by the Use API Thanks!

Views

396

Like

1

Replies

3
Likes given to
Likes from