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

samsundar23
samsundar23
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
10

Posts

Posts
75

Discussions

Discussions
7

Questions

Questions
68

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by samsundar23
Customize the badges you want to showcase on your profile
Re: Could not apply/close the dialog in a component after... - Adobe Experience Manager Forms 07-04-2021
Hi @Pawan_Gupta_ Thanks for the suggestion.Please find my findings;No error in the browser console which could give us any lead of the root cause.The same issue doesn't happen in any other component.I removed the clientlib completely and checked if in case because of the custom clientlib implemented.But the same issue does exist.Kindly let me know. RegardsSHYAMSUNDAR TK

Views

460

Like

1

Replies

0
Could not apply/close the dialog in a component after browser resize - Adobe Experience Manager Forms 07-04-2021
Could not apply/close the dialog in a component after browser resize. Please find the below steps.Open the pageResize the browser windowOpen the dialog (dialog occupies the entire browser)Apply/Close the dialogOther stakeholders say, this must a problem after SP7 upgrade. But when I checked in local (which is not having SP7) the same problem exist.Actual result:The apply/close button in dialog is not workingExpected result:The dialog should apply new changes or close the dialog. ThanksSHYAMSUNDA...

Views

502

Likes

0

Replies

6
Re: Issue in pushing values into dataLayer object - Adobe Experience Manager 02-04-2021
Hi @Kiran_Vedantam  any code snippet available ?

Views

2.3K

Like

1

Replies

1
Issue in pushing values into dataLayer object - Adobe Experience Manager 02-04-2021
I'm are working on the dataLayer for our project and I'm pushing title, url, section, subsection, subsubsection & subsubsubsection from the request URL.Please find the below sample url and split of different sections in the URL. Please find the below code snippet from dataLayer.htmlI want to push data only when it is available. For instance, if I don't have subsubsection in my URL, I don't wish to see even empty subsubsection(subsubsection:"") inside the dataLayer object. window.dataLayer = window.dataLayer || []; var urlWithoutExt = window.location.href.replace(location.search, '').replace(/\.[^/.]+$/, ""); console.log("urlWithoutExt::::"+urlWithoutExt); var tempsubsection = ""; var tempsubsubsection = ""; var tempsubsubsubsection = ""; if(urlWithoutExt.toString().split("/")[3] != null){ tempsubsection = urlWithoutExt.toString().split("/")[3]; } if(urlWithoutExt.toString().split("/")[4] != null){ tempsubsubsection = urlWithoutExt.toString().split("/")[4]; } if(urlWithoutExt.toString().split("/")[5] != null){ tempsubsubsubsection = urlWithoutExt.toString().split("/")[5]; } window.dataLayer.push({ event: 'content_landing', eventInfo: { title: '${currentPage.title || currentPage.name @ context="text"}', url: window.location.href.replace(location.search, ''), section: window.location.hostname, subsection: tempsubsection, subsubsection: tempsubsubsection, subsubsubsection: tempsubsubsubsection } }); Please find the below ...

Views

2.4K

Likes

0

Replies

5
Re: Need to show and hide a field description based on the drop-down selection - Adobe Experience Manager 30-03-2021
Thanks again @Anudeep_Garnepudi  !

Views

614

Likes

0

Replies

0
Re: Need to show and hide a field description based on th... - Adobe Experience Manager 26-03-2021
Hi @Anudeep_Garnepudi Thanks for all your inputs on this hide/show field description functionality. There is a impact again !Please find the below screenshots - with drop-down selection other than no-image variation the drop-down icon image and RTE plugins are hidden. With no-image variation [both RTE plugins and drop-down icon working fine.] The RTE Plugins or Drop-down icon should not be lost under any case.Kindly help me to modify the below clientlib script which should not impact any other p...

Views

630

Likes

0

Replies

0
Re: In AEM 6.5, on click of modified column in list view... - Adobe Experience Manager 25-03-2021
Hi @Vijayalakshmi_S I tried removing with cq:lastModified and cq:lastModifiedBy properties from we.retail pages.The sorting looks absolutely fine with modified column.Please find the below error - This is the prime error which is coming up for /content/commbank-neo pathI'm not able to narrow down to the root cause.26.03.2021 02:13:06.694 *ERROR* [140.168.134.129 [1616685186677] GET /mnt/overlay/wcm/core/content/sites/jcr:content/views/list.0.40.html/content/commbank-neo HTTP/1.1] org.apache.slin...

Views

658

Likes

0

Replies

0
Re: After SP7, favicon not showing up for sites.html - Adobe Experience Manager 25-03-2021
Thanks @Asutosh_Jena_ for your prompt response.Favicon is missing the respective path.Adding up the favicon.ico in the path brings up icon in the browser tabs.

Views

1.3K

Likes

0

Replies

0
After SP7, favicon not showing up for sites.html - Adobe Experience Manager 25-03-2021
After SP7 migration, we are seeing the favicon not showing up for sites.html or assets.html or any OOB AEM page. Please find the below screenshow - I have highlighted the same. What could be the reason ?

Views

1.3K

Likes

0

Replies

3
Likes from