Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How add column in Touch UI Inbox.

Avatar

Community Advisor

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

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