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

ashish_mishra1
ashish_mishra1
Online

Badges

Badges
14

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
9

Posts

Posts
35

Discussions

Discussions
2

Questions

Questions
33

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ashish_mishra1
Customize the badges you want to showcase on your profile
Convert Image as webp format in AEM as Cloud Service - Adobe Experience Manager 13-08-2022
How can we convert any image to WEBP format in AEM as Cloud Service?

Views

79

Likes

0

Replies

2
Re: Bulk Update Asset title - Adobe Experience Manager 27-07-2022
Thanks, Is it possible to upload a CSV file and do it. And also we are on AEM cloud

Views

97

Like

1

Replies

2
Bulk Update Asset title - Adobe Experience Manager 27-07-2022
We have requirement where we want to bulk update the jcr:title of our assets. I tried Asset Metadata Import, but its only updating the details for metadata node, not the jcr:content node. Is there any way in AEM or ACS Commos so that we can do this ??

Views

119

Likes

0

Replies

6
Terminate Running workflow using ACS AEM Commons Workflow Instance Remover - Adobe Experience Manager 16-07-2022
Sometimes our authors upload 2k-4k images at a time, which triggers multiple workflows through launchers, as these instances are very high in number, many times they get stuck and the image is unable to be processed. I am trying to use the ACS AEM Commons’ Workflow Instance Remover, to schedule it to run every hour, and delete the workflow instances if it's in a running state from the last 60 mins. It is working fine, and all the stuck workflow instances are getting deleted. However, the assets ...

Views

134

Likes

0

Replies

1
Re: Add Custom Button below Create Fragment Option - Adobe Experience Manager 20-06-2022
@shaileshbassi @Bhuwan_B Thanks, for the reply.I was thinking of another solution too, as this one seems a little complex.As per my requirement, need to create fragments in a specific folder.For example - The author will go to "/content/dam folder" then click on create a fragment, and then select the dynamic product modal from the list of fragment modals. Now post this in the title field, he will add the title as "colorful-slate-246", (alphanumeric product category code) so the task is to move t...

Views

95

Like

1

Replies

1
Add Custom Button below Create Fragment Option - Adobe Experience Manager 16-06-2022
I am looking for some resources, on how I can add a new button below the Content Fragment Option on /assets.html page. Once the user clicks on that button a popup should open asking for an id input, with that input I will call a servlet which will create the fragment in the backend and redirect the user to the edit screen for that content fragment.The reason for this setup is, that we have multiple fragments, and based on the input id we want to decide which fragment model should be used, so thi...

Views

131

Likes

0

Replies

4
Re: Add Validation to Content Fragment Multifield - Adobe Experience Manager 15-06-2022
This is my fragment modal, with optionId as multifield text input.Now, while creating a fragment with this modal, I want to add validation to this input. For the Ids which the author will add, I have to validate whether they are correct or not by calling a third-party system, and if correct only then allow them to create a fragment.

Views

96

Likes

0

Replies

1
Re: Add Validation to Content Fragment Multifield - Adobe Experience Manager 15-06-2022
Thanks for the quick reply, I Have gone through these articles before asking the question.My question is how a particular field of modal can be targetted ?These articles talk about how the validation can be added at the global level.

Views

108

Likes

0

Replies

3
Add Validation to Content Fragment Multifield - Adobe Experience Manager 15-06-2022
We have a requirement where we need to add validation on the input number in multifield in the content fragment modal. I am aware of adding granite:data node and target it while closing the dialog. But here the granite:data node is getting deleted incase the modal is updated. Is there any way i can add validation in content fragment authoring dialog ??

Views

119

Likes

0

Replies

5
Re: Getting " com.adobe.granite.asset.api.AssetException: javax.jcr.ItemExistsException " when trying to move the asset using assetmanager with the help of workflow.. - Adobe Experience Manager 21-05-2022
One hack would be to check for that asset path before doing the move operation, if it exists, you can delete it and do session save, then move the new one on that path.

Views

207

Likes

2

Replies

0