Thanks @arunpatidar !! Combining below with other click events on load of aem inbox, I am successfully able to populate the payload path and get the filtered result.
@arunpatidarThanks for the suggestion. I too tried using the same approach, I am able to open filter and add the payload there. The actual challenge I am facing with this is updating the omnisearch param so that the query gets triggered. Basically what am trying to do is triggering the click events ...
Hi Team, I have a requirement to land user to aem 6.5 inbox on click of a link on custom page.The user when landed on aem inbox should be able to see only the tasks associated with the payload by default.Any pointers appreciated.
Hi Team,I have a requirement to sort aem 6.5 inbox based on custom column.OOTB availability, steps-1. Navigate to /aem/inbox2. Select settings from right panel and opt sort3. It opens a dialog which shows the fields which could be sorted (populated via /libs/cq/inbox/content/inbox/dialogs/inboxsetti...
@Suraj_Kamdi I have a requirement, wherein I have to create project under </projects.html/content/projects> programmatically. Also instead of manually adding the experience get the experience added during the creation of project itself. We have project api via which the project and respective tiles ...
@vanegi We are currntly using aem 6.5, there also ootb does not allow us to select multiple inbox items at a time and assign/delegate them. Is there a way it could be achieved?
Thanks for suggestions team !! I found the RCA.The issue is occurring because of cq:placeholder class.The components I was trying to drag and drop were having cq:placeholder class added to there rendering htmls. Henceforth the annotations does not work there.This is a known issue. The annotations do...