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

Bhuwan_B
Bhuwan_B
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
87

Likes Received

Likes Received
316

Posts

Posts
253

Discussions

Discussions
35

Questions

Questions
218

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Bhuwan_B
Customize the badges you want to showcase on your profile
Re: Need AEMCaaS quality check profile - Adobe Experience Manager 28-04-2022
@mirza_akram Please check below threads:https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/test-results/custom-code-quality-rules.html?lang=enhttps://helpx.adobe.com/content/dam/help/en/experience-manager/cloud-manager/using/understand-your-test-results/jcr_content/main-pars/download_section/download-2/sonarqube_rules.xlsxhttps://github.com/wttech/AEM-Rules-for-SonarQube

Views

106

Like

1

Replies

1
Re: how does aem prevents sql injection? - Adobe Experience Manager 27-04-2022
@shikhasoni1 Please refer to below Community URL to get understanding of AEM Security Best Practices:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-security-best-practices-awakening-to-the-need-for-better/td-p/449600

Views

221

Like

1

Replies

0
Enumeration Data Type (Content Fragment) throws validation error even after dropdown value is populated - AEM 6.5.12.0 - Adobe Experience Manager 26-04-2022
If we keep enumeration Data Type to render as dropdown and enable required checkbox in Content Fragment Model. After we populate dropdown with dropdown items in content fragment, reopening it throws validation error even if dropdown value remains populated.

Views

113

Likes

0

Replies

1
Re: SAML integration with AEM - Adobe Experience Manager 20-04-2022
@Tessa_learner1 you need to check with your identity provider "Ex: Okta" to obtain an identity provider certificate (IDP certificate) to set up SSO.https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-for-Adobe-CQ.htmlhttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/creating-a-trust-store-saml-2-0-authentication/m-p/251810

Views

91

Like

1

Replies

0
Re: writing sling model for nested multifield - Adobe Experience Manager 20-04-2022
@Dvaraka Please refer to the below Community URL:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/writing-sling-models-for-nested-multifields/td-p/448704https://blogs.perficient.com/2018/08/24/using-sling-models-with-nested-composite-mulitifields-in-aem-6-3/

Views

124

Like

1

Replies

0
Re: Assets which are longer than one month. - Adobe Experience Manager 20-04-2022
@Venki105 you can implement it using Query Builder API and make use of predicate relativedaterange.sample query to get all assets that are modified 5 days before (Test using Query Builder Debugging Tool)http:///libs/cq/search/content/querydebug.htmlpath=/content/dam/wknd-eventstype=dam:Assetrelativedaterange.property=jcr:content/jcr:lastModifiedrelativedaterange.lowerBound=-5d (If no upperBound is specified, it is treated as 0, indicating current time)p.limit=-1Reference: https://experienceleagu...

Views

67

Like

1

Replies

0
Re: cq:lastReplicated property is not updating in publish instance - Adobe Experience Manager 20-04-2022
@Kaibalya_123 cq:lastReplicated property is not carried over to publish by design. In order to carry it over, disable the below component in the author instance:com.day.cq.replication.impl.ReplicationPropertiesFilterFactoryReference: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cq-lastreplicated-not-found-in-aem-6-2-publisher-page/td-p/288194Note: On Publisher this property is redundant, cq:lastModified on publisher captures the same info as cq:lastReplicated.

Views

109

Like

1

Replies

0
Re: Workflow trigger on publish of an asset - Adobe Experience Manager 18-04-2022
@pradeepmoolemane Please check the below URL. Hope it helps you with your use case:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-workflow-called-on-click-on-publish-asset/td-p/416186https://bimmisoi.blogspot.com/2020/07/aem-trigger-customized-workflow-on.html

Views

200

Like

1

Replies

0
Re: How can we customize invalid POST servlet Response - Adobe Experience Manager 18-04-2022
@aemdev9 Please check for the below URL:https://stackoverflow.com/questions/37298435/handling-exception-in-jquery-ajax-response-from-servlet

Views

251

Like

1

Replies

0
Re: Log files - Adobe Experience Manager 18-04-2022
@Vishal_S01 Please follow the below article for downloading AEM Logs:https://www.linkedin.com/pulse/adobe-daycare-ticket-package-aem-log-files-bhuwan-bhaskar/ Adding on top of what @Anmol_Bhardwaj & @DEBAL_DAS answered for your second query If you are upgrading Service Pack for Production Publish (with multiple publishers). Replicating Service Pack forces all publish to install it at the same time and it will affect your live web traffic. To have better control, in your Production environment yo...

Views

337

Likes

2

Replies

2