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

SantoshSai
SantoshSai
Online

Badges

Badges
41

Accepted Solutions

Accepted Solutions
120

Likes Received

Likes Received
689

Posts

Posts
530

Discussions

Discussions
148

Questions

Questions
374

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by SantoshSai
Customize the badges you want to showcase on your profile
Re: AEM Workflows - is it possible to display something like a snackbar or other notification to the final participant? - Adobe Experience Manager 30-10-2021
Hi,This can be done by creating a banner which looks for notification every 5 minute and if there any for the user then it simply shows the banner.1. Create a servlet which get the workflow which requires attention2. Create a popup using javascript(Coarl API), inject at the top of the page with option to close(DnD) for certian duration.

Views

96

Like

1

Replies

0
Re: OSGI Services and Components - Adobe Experience Manager 29-10-2021
Thanks @ManuMathew1994 Hope It finds you interesting!

Views

154

Like

1

Replies

0
Re: Developing a Connector to AEM as Cloud Service to work with Assets - Adobe Experience Manager 28-10-2021
In that case you should deal with IMS authentication. The basic steps should be identical to the ones documented at https://medium.com/adobetech/setting-up-adobe-i-o-cli-for-cloud-manager-8820f47e3c94 But in that case you need to find out how your connector will authenticate with AEM/IMS. Will you use a technical account or does your connector always work in the context of a specific user (personal account, either using Enterprise ID or Adobe ID). Maybe the people in the Adobe IO Cloud Extensabi...

Views

132

Likes

0

Replies

0
Re: AEM cloud, is there an api to copy content packages from prod and deploy to non prod? - Adobe Experience Manager 28-10-2021
@TB3dock Limitation on building package in Production ? Do we have access to build a package in Prod ?

Views

179

Like

1

Replies

0
Re: AEM 6.5 multifield - Is there a default limit on number of items? - Adobe Experience Manager 26-10-2021
Hi @vaps Using multifield to configure a lot of data is not the best practice, AEM provides this feature but the whole point is to benefit the authoring experience. So if its a huge data, you may want to use an excel upload/groovy integration so that you can handle it via code. You may also use dashboards for this use case if it is feasible.

Views

450

Like

1

Replies

0
Re: How to add cq:styleids manually and via code in Java - Adobe Experience Manager 26-10-2021
Hi @Ronnie09 1. JCR APIYou may adapt the resource to Node and use the JCR API to change property. However, it's a good idea to stick to one abstraction layer and in this case we somehow break the Resource abstraction provided by Sling.Node node = resource.adaptTo(Node.class); node.setProperty("property", "value"); node.getSession().save();2. Read Value through ValueMapYou can also use ValueMap and ModifiableValueMap APIs to read and update property respectively.ValueMap valueMap = resource.getVa...

Views

143

Like

1

Replies

0
Re: HTTP API for translation project - Adobe Experience Manager 26-10-2021
Refer to the following API doc - https://www.adobe.io/experience-manager/reference-materials/6-4/javadoc/com/adobe/cq/projects/api/ProjectManager.html, create and delete methods are available, see if this API methods can be usedOther option is copy the curl command while performing the project/translation operation in browser e.g delete and modify project, import/export translation based on your need. RegardsAlbin Iwww.albinsblog.com

Views

207

Likes

2

Replies

0
Re: X-Cache-Info header not returning documented values - Adobe Experience Manager 26-10-2021
I tried it anyway, and the result is same as before,X-Cache-Info: hit ORX-Cache-Info: missdepending on whether the page's caching status.

Views

346

Likes

0

Replies

0
Re: Mocking JobManager in junit unit TEst - Adobe Experience Manager 26-10-2021
Hi @MohitKumarK , it works well now ( cf previous answer ). Thanks for your remark. I checked and everything is working fine. Thanks for your time. Regards.

Views

411

Likes

0

Replies

0