How add column in Touch UI Inbox. | Community
Skip to main content
Siva_Sogalapalli
Community Advisor
Community Advisor
January 11, 2018
Solved

How add column in Touch UI Inbox.

  • January 11, 2018
  • 1 reply
  • 1819 views

We have a requirement where we need to add one more column in AEM touch UI inbox [1] which displays Form Title. It would be great if you can provide more details on how to customize inbox console.

[1]: http;//localhost:6502/ame/inbox

I see the touch UI inbox tab options are loaded from "/libs/cq/inbox/content/inbox/jcr:content/views/list/columns". But would like to know how we are calling the servlet/code to render workflow item details.

Quick response would be appreciated.

Thanks In Advance

Siva

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 krish1442

Its not hitting any servlet for rendering, its rendering from below path
/libs/cq/inbox/gui/components/inbox/inboxitem/list/list.html

We need to overlay this path and need to add a new <td> for different column :/libs/cq/inbox/gui/components/inbox/inboxitem/list/list.html

Here we need to add for table header :/libs/cq/inbox/content/inbox/jcr:content/views/list/columns

1 reply

krish1442
krish1442Accepted solution
Level 2
January 11, 2018

Its not hitting any servlet for rendering, its rendering from below path
/libs/cq/inbox/gui/components/inbox/inboxitem/list/list.html

We need to overlay this path and need to add a new <td> for different column :/libs/cq/inbox/gui/components/inbox/inboxitem/list/list.html

Here we need to add for table header :/libs/cq/inbox/content/inbox/jcr:content/views/list/columns