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

Nirmal_Jose
Nirmal_Jose
Online

Badges

Badges
37

Accepted Solutions

Accepted Solutions
64

Likes Received

Likes Received
157

Posts

Posts
225

Discussions

Discussions
50

Questions

Questions
176

Ideas

Ideas
5

Blog Posts

Blog Posts
1
Top badges earned by Nirmal_Jose
Customize the badges you want to showcase on your profile
Re: AEM- How to make href to accept custom tel: tags ? - Adobe Experience Manager 28-06-2022
By any chance did you get a fix forthis ?? Thanks in advance, kiran

Views

192

Likes

0

Replies

0
Re: What is AEP and what it does - Adobe Experience Manager 27-06-2022
@Nirmal_Jose Thank you so much for your help. I'm solution partner. Surely I'll go through the trainings.

Views

86

Like

1

Replies

0
Re: Template Creation - Adobe Experience Manager 27-06-2022
Please check this: https://www.adobe.com/in/products/xd/solutions/wireframe-tool.html

Views

80

Like

1

Replies

0
Re: Headless AEM integration with React - Adobe Experience Manager 24-06-2022
A really good question, but its too big to define a single box that can suit everyone. In my personal view, the major criteria's that can affect the selection are 1. Authoring experience2. Author proficiency and tech awareness3. Front end technology and platform4. Front end technology platform hosting and the release agility5. How omnichannel content is managed and how a single source of truth for content is managed.6. How content heavy or data heavy is the customer experience7. How much mixed a...

Views

112

Likes

2

Replies

0
Re: how preview works in content as service in aem? - Adobe Experience Manager 20-06-2022
Thanks for your detailed response. In my case it is not SPA. It will be content as service. Is there any way to preview the content in aem? I knew at design level it is not possible to do the preview. Like we do have remote spa or integrated spa for single page application, is there any tweak we can and get the preview done for content as service architecture ?

Views

62

Likes

0

Replies

0
Re: whitelist dedicated ip address - Adobe Experience Manager 18-06-2022
Ok, then this has something to do with the whitelisting. Check with your IT support team on this.Thanks,Kiran Vedantam.

Views

86

Like

1

Replies

0
Re: How to load a specific JavaScript files on a web page in AEM? - Adobe Experience Manager 14-06-2022
It looks like you have all the clientlibs in a single category.Or you have added all the categories in all the pages. To overcome this, You can :Break down the clientlibs into relevant categories and call them on the component level & the template level.If you have a single script which is built through webpack, you can tweak the webpack file and then break it down into smaller scripts and place them in crx and assign different categories.

Views

85

Like

1

Replies

0
Re: ERROR - filenotfound when using quickstart SDK - Adobe Experience Manager 13-06-2022
Interesting, it could be due to some permission issues. Can you please try1. Download the SDK file fresh once more to ensure JAR is not corrupted2. Ensure you are admin like user3. Create the aem-sdk dev setup in some more generic custom folder like D:\, not C:\Program Files like system generated folders

Views

167

Likes

2

Replies

0
Re: Accessibility Testing failure - Adobe Experience Manager 23-01-2022
This could be mostly due to the value is conformable to the aria role. For example, checkbox has only true, false and mixed and the possible values.Read more at [1] regarding the error. You can checkthrough your rendered HTML for 'aria' and check the conformity based on the roles. [1] - https://dequeuniversity.com/rules/axe/4.1/aria-valid-attr-value

Views

155

Like

1

Replies

0
Re: sql2 - To get last 30 days assets - Adobe Experience Manager 20-01-2022
Custom property is not a problem, you can modify above query changing property like below: asset.[jcr:created] // change to asset.[jcr:content/yourCustomProp]There could be a need to extend damAssetLucene index to include your custom property.Regarding date format, it seems you are storing your date as a string, and this will be problematic, you will probably need some additional java code to filter your results. I would recommenced to convert date into ISO 8601-based compliant format, before yo...

Views

190

Like

1

Replies

0