Catalog Creation in AEM | Community
Skip to main content
New Participant
October 16, 2015
Solved

Catalog Creation in AEM

  • October 16, 2015
  • 2 replies
  • 867 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

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 ??

2 replies

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
October 16, 2015

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 ??

smacdonald2008
New Participant
October 16, 2015

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