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

Andrew_Khoury
Andrew_Khoury
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
78

Posts

Posts
93

Discussions

Discussions
23

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Andrew_Khoury
Customize the badges you want to showcase on your profile
Re: [New] Welcome to AEM Community! Please Introduce Yourself - Adobe Experience Manager 27-07-2022
Good Morning Everyone, Thank you for giving me this opportunity to be part of your community. My name is Patrick Yee and I am a software engineer that loves using .NET, C#, C++, HTML, CSS, and JavaScript. I love to learn about technology. I also enjoy reading and writing, and playing video games. I am inspired to a game software developer, but in the meantime I want to be more knowledgeable person with a lot of skills.

Views

106

Like

1
Re: Target Integration with AEM 6.5 - Personalization - Adobe Experience Manager 26-04-2022
hi @prashantonkar ,Apologies for jumping in. But wanted to understand how you configured AEM with Target, then was able to create activities with the AEM author.Could you please help or point me to the documentation around it. Thanks.

Views

118

Likes

0

Replies

0
Re: How to make SAML Authentication Handler handle logout? - Adobe Experience Manager 28-12-2021
Well it isnt working as it should, is it? When we say out of the box it should work, it should work for any path we configure as it is not hardcoded. When the path is configurable in out of the box, the logout should also work for the path we configure. Again, configuring / doesnt really make sense as it makes admin pages not accessible with IP address. Such trivial issues for a common usecase is probably unexpected from such a serious commercial product.

Views

877

Likes

0

Replies

0
Re: Why isn't debugging easier? Where's the source code? - Adobe Experience Manager 06-05-2021
Here's an example: I have this HTL: ${model.label} ${model.hintText} ${model.preparedForInvalidCharactersError} */--> ${valiation.constraint} ${valiation.message} I can stop in the debugger and see that the name field is as expected "name" But this is the content that's generated: It's this: For some reason, it inserts the name of the content package rather than the name in the component. Something in sling is changing it and I can't debug into the generated code.

Views

276

Likes

0

Replies

0
Re: com.day.cq.dam.core -- Cannot be resolved in AEM 6.4 - Adobe Experience Manager 03-05-2021
Can you tell me how to check uber jar version? i searched in root pom.xml but couldnt find it. i am using aem 6.5

Views

3.7K

Likes

0

Replies

0
Re: Deferring contexthub.kernel.js - Adobe Experience Manager 15-04-2021
It seems like only precompiling and caching was done as part of granite-20288, @raghavc is there another ticket for this issue?

Views

464

Likes

0

Replies

0
Re: Activate page not working on AEM 6.3.2.2 - Adobe Experience Manager 14-12-2020
Or the lastModified or lastModifiedBy properties are missing if you've deployed these from code. Thanks Andrew.

Views

1.1K

Likes

0

Replies

0
Re: 6.4 Policies for nested parsys in dynamic templates - Adobe Experience Manager 10-09-2020
How do you define the policy for the component has parsys container but this component is put on page multiple times? the policy works only for the first one you put on the page but not work for the ones after since the content node it generated is component name + a random #. For example below, 'apps/custom/components/my-component' component has a parsys container: - my-page -- jcr:content --- root ---- my-component ( resourceType: apps/custom/components/my-component) ---- my-component_12312312...

Views

673

Likes

0

Replies

0
Re: Help - AEM use case - Adobe Experience Manager 25-08-2020
@gclarke2 I guess, you would have received a call from the Sales team by now.

Views

779

Likes

0

Replies

0
Re: Call a Custom workflow on hit of activate button - Adobe Experience Manager 25-08-2020
There are multiple ways 1) option1 : If you dont want acticate option , simply handle it via ACL by removing replicate access.2) Option2: If you want the button to be shown, then overlay the libs/* node corresponding to libs and then write custom js to handle this. Custom js can directly call a servlet , which in-turn can initiate a model or directly invoke workflow (i am not sure whether this option will work or not.)

Views

487

Like

1

Replies

0