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

Veena_Vikram
Veena_Vikram
Online

Badges

Badges
59

Accepted Solutions

Accepted Solutions
130

Likes Received

Likes Received
636

Posts

Posts
1132

Discussions

Discussions
310

Questions

Questions
822

Ideas

Ideas
6

Blog Posts

Blog Posts
8
Top badges earned by Veena_Vikram
Customize the badges you want to showcase on your profile
Re: cq:excludedPaths is causing issues with LiveCopy - Adobe Experience Manager 26-04-2022
@eenerellehcim I know of few ways. If you know groovy , you can try writing scripts using groovy .. In cloud I have never tried running groovy , but I saw few post which might help you with that incase you get stuck https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/groovy-console-in-aem-as-a-cloud/m-p/402675You can also write a dummy servlet . (When I say script don't confuse it with Javascript, these can be plain Java code too, just to run some onetime chore) . In the se...

Views

323

Likes

0

Replies

1
Re: spring4shell vulnerability - Adobe Experience Manager 26-04-2022
@kautuk_sahni Would you please help if there is any patch coming out to fix this issue. This has been reported as a vulnerability from our security team also. A fix is highly requested.

Views

709

Likes

0

Replies

1
Re: AEM As a Cloud | Allow versioning but restrict page deletion - Adobe Experience Manager 20-04-2022
That might not work for them right now. We need the create version button enabled for the authors while delete option is disabled.

Views

89

Like

1

Replies

0
AEM As a Cloud | Allow versioning but restrict page deletion - Adobe Experience Manager 20-04-2022
Hi Team I have a requirement in which the authors should not be able to delete the page , but they should be able to create versions of the page. As per my research , delete permission and versioning is tightly coupled. Is there any way ? I have a workaround which is mentioned here https://aemexperience.wordpress.com/2020/03/07/aem-permission-tricks-remove-delete-access-without-impacting-move/ . But other than this , is there any other way ? What is does privileges do ? I tried giving privilege ...

Views

117

Likes

0

Replies

2
Re: Smart crops for a video asset thumbnail - is it possible? - Adobe Experience Manager 13-04-2022
I am not an expert in Dynamic Media , but I am aware that Dynamic Media has Smart Cropping features. May be you can check https://experienceleague.adobe.com/docs/experience-manager-learn/assets/dynamic-media/smart-crop-feature-video-use.html?lang=en ThanksVeena ✌

Views

147

Like

1

Replies

0
Re: Dynamically redirect to appropriate AEM page that is SEO friendly - Adobe Experience Manager 10-03-2022
I agree with @anish-s , but rather than handling via servlet the best approach (in my personal opinion ) would be a Filter. You can check if the request path is product path and send only those paths for further processing with whatever logic you have to find the valid/active products. Rest of the requests , you can let pass through. eg: Hope this helps Veena ✌

Views

125

Likes

2

Replies

0
Re: CRXDE Lite Xpath contains() query only returning results when property is specified - Adobe Experience Manager 09-03-2022
I also tried the above and it worked perfectly for me too in my local. I would suggest , set up another server parallel and try it. See if it works.

Views

360

Like

1

Replies

1
Re: Content doesn't load in touch UI edit mode, intermittently - Adobe Experience Manager 09-03-2022
I cannot say it with 100% surety but it could be installation error too. I am not sure. I have seen such issues long back. I re-installed the server and it worked for me. But since this is not your local server you are talking about may be you can try raising a service ticket with Adobe .

Views

191

Like

1

Replies

0
Re: AEM workflows | AEM 6.5 - Adobe Experience Manager 09-03-2022
@shikhasoni1 Your WF model actually gets created under /conf, but if it creates a structure under /var which is also required (sync) else your model will not be editable when it is deployed . Ref :- https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-workflows/workflows-models.html?lang=en When a user starts a workflow, an instance is started; this is the corresponding runtime model, created when you Sync your changes. The above is from the official d...

Views

181

Likes

2

Replies

0
Re: Content doesn't load in touch UI edit mode, intermittently - Adobe Experience Manager 08-03-2022
@desaiapoorva Is it happening on certain pages or it is across the sites ? If it is happening on certain pages only , it would be issue with components.

Views

222

Like

1

Replies

2