Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Catalog Creation in AEM

Avatar

Level 3

Hi All,

Good evening!!!

I got the requirement like need to check how new catalog is creating while submitting values?

I mean what js and who will execute  the below method and appreciate some one would help me.

interface name: WCMCommand

public abstract HtmlResponse performCommand(WCMCommandContext paramWCMCommandContext, SlingHttpServletRequest paramSlingHttpServletRequest, SlingHttpServletResponse paramSlingHttpServletResponse, PageManager paramPageManager);

http://localhost:4502/cf#/content/catalogs/geometrixx-outdoors/base-catalog.html

 

Thanks,

Venkatesham G

1 Accepted Solution

Avatar

Correct answer by
Level 10

Quickly you can see from lastmodifiedby property under /crx/de/index.jsp#/content/catalogs/geometrixx-outdoors/en/base-catalog/jcr%3Acontent which writes who updated last

is your usecase is to capture on each catalog creation ??

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Quickly you can see from lastmodifiedby property under /crx/de/index.jsp#/content/catalogs/geometrixx-outdoors/en/base-catalog/jcr%3Acontent which writes who updated last

is your usecase is to capture on each catalog creation ??

Avatar

Level 10

Can you please provide more details - what are trying to do?