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

askdctm
askdctm
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
49

Posts

Posts
476

Discussions

Discussions
57

Questions

Questions
419

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by askdctm
Customize the badges you want to showcase on your profile
Re: Not able to get usage of data-sly-template - Adobe Experience Manager 18-05-2016
Hi Template blocks can be used like function calls: in their declaration they can get parameters, which can then be passed when calling them. They also allow recursion.data-sly-template:Declares an HTML block, naming it with an identifier and defining the parameters it can get.Element: never shown.Content of element: shown upon calling the template with data-sly-call.Attribute value: optional; an expression with only options, defining the parameters it can get.Attribute identifier: required; the...

Views

1.6K

Likes

0

Replies

0
Re: How to remove the wrapping div when using data-sly-resource? - Adobe Experience Manager 01-05-2017
This only applies when you have a page you want to render via data-sly-resource

Views

2.0K

Likes

0

Replies

0
Re: To create i18n Object without slingRequest object - Adobe Experience Manager 18-05-2016
Thanks for the reply . I will try this approach.

Views

1.2K

Likes

0

Replies

0
Re: AEM 6.1 | Can we configure replication from publish to publish ? - Adobe Experience Manager 27-09-2017
Hi, I have a requirement such as this:1. I need User Groups and Users on AEM 6.1 Author only. This is precisely authors, reviewers and approvers who can publish content. 2. I DO NOT need these users on any Publish, as those users are not the end-users.3. I am setting up my Cold Stand-By Author now. I have created Active Author to Stand-By Author replication agent which is triggered On Receive and On Modification and works for all content changes or code changes.4. Problem is, if new users or use...

Views

3.2K

Like

1

Replies

0
Re: moved content and broken internal links in AEM/CQ - quick search & replace? - Adobe Experience Manager 15-05-2016
Hi Then in that case, you can do the following:-Consider using Groovy console to crawl over the /content/your_site looking for strings starting with /content.Then use resourceResolver to check if the found path exists. Sample script implementing this algorithm can be found here.Link:- https://github.com/Citytechinc/cq-groovy-console [Groovy Tool]Link:- https://gist.github.com/trekawek/72b3515a6641ca5f4b29 [Groovy Script]// BrokenLinks import javax.jcr.* import org.apache.sling.api.resource.* def...

Views

1.1K

Like

1

Replies

0
Re: Create renditions with names assigned to them via workflow - Adobe Experience Manager 12-05-2016
Hi,ok. Can you please provide me with the Adobe documentation link wherein the list of arguments that can be used in a workflow are given[like in the screenshot]. Tried searching, but somehow not able to find it.

Views

453

Likes

0

Replies

0
Re: Restrict component of xtype="smartimage" [drag and drop image from DAM onto component] to ingest only images of certain rendition size. - Adobe Experience Manager 11-05-2016
Hi All,Will I be able to apply a similar method mentioned in https://gist.github.com/willtonkin/fe858cd804860c79e717 for a component with xtype = smartimage?Any thoughts on this will be helpful.

Views

929

Likes

0

Replies

0
Re: RolloutConfig content is invalid - Adobe Experience Manager 18-07-2019
Hi, We are running in to the same issue on AEM 6.2. Is there any solution for this issue or heard from Adobe?Thanks

Views

4.1K

Like

1

Replies

0
Re: Asset/Page expiration alerts in AEM - Adobe Experience Manager 27-04-2017
Kkkrish wrote... Thanks Kautuk Sahni, The document also states that only the asset creator is going to get notified, Am looking for a business case where a page/asset expiry notifications for a groups which will have only set of DAM Assets folder access. (i.e. Many to Many relationship between the page/asset paths to the group of users) Krish, we have a similar requirement, wanted to know if you were able to solve this? We are thinking of developing a custom program that will be scheduled to run...

Views

2.4K

Likes

0

Replies

0
Re: How do Dialogs save data to and read data from the JCR - Adobe Experience Manager 09-05-2016
Hi Praveen,Thanks a lot for your inputs here.In System console there is an entry "Apache Sling GET Servlet". Is that the default AEM servlet you are referring to?

Views

494

Likes

0

Replies

0