내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

Extending AEM Touch UI Inbox

Avatar

Level 2

I am working on a change to extend AEM Touch UI inbox by adding a new column and show payload in table like we do in Classic UI. I know payload can be accessed by selecting item and click on view payload but requires couple of extra mouse clicks.

I have not been able to find any helpful information regarding extending Touch UI inbox and it looks like it may not have been designed for extensibility based on the information I have gathered but I may wrong.

 

Can members share their thoughts, experiences if any has worked on extending Touch UI inbox.

 

Thanks in Advance!

2 답변 개

Avatar

Level 10

Hi @pankaj49319 

Touch UI inbox is based on the hidden implementation from the API - com.adobe.granite.workflow.*

On a high level, below method is responsible for the same. 

Given this, extension in this case will be like rewriting whole of the implementation. 

Avatar

Level 2

Thank you @Vijayalakshmi_S, appreciate your feedback.
I have also reached the same conclusion, looking for alternative options.