Hi All, We are building a custom workflow for approval/rejection. 1] wherein the main motive is to run this workflow on a page[which is the payload for the workflow] and it is routed to different groups for approval/rejection based on some requirements. As of now, there is no other logic involved an...
Hi All,This is a requirement related to Show/hide custom button in http://localhost:4502/aem/inbox in vanilla AEM 6.4instance .Suppose I create a task in my inbox by going to http://localhost:4502/projects/details.html/content/projects/we-retail -> Start workflow -> Project Approval Workflow.A task...
Hi Arun,Thanks a ton for your help. Marking this as correct. Posting another question in forum to as to how to read custom property added on the task [/content/projects/we-retail/jcr:content/tasks/2018-06-08/task_from_workflowlaunchedbyproj ect2] and how to retrieve its value and add business logic ...
Hi Scott,working inbox one.zip - Google Drive Here there is overlaying done on apps\cq\inbox, so that it displays "My Complete" button as seen below.All it does right now is to open a custom dialog, on clicking "My complete". The functionality is not built completely yet for the custom dialog. And I...
Hi Arun,Not sure if I got you.On my custom button have the below granite:rel property that you mentioned and I am setting for example say some property 'showButton = {Boolean}true' on the task '/content/projects/we-retail/jcr:content/tasks/2018-06-05/task_from_workflowlaunchedbyproject' Was planning...
Hi,This is a requirement I need to build on top of Re: Customize http://localhost:4502/aem/inbox in vanilla AEM 6.4instance .I have a custom button say "My Complete" on clicking of which my custom dialog shows up. I have a situation wherein, we need to add a check for our custom button, that based ...
Hi Arun,Thanks a lot for your help and patience.Able to get the custom dialog to show up on my custom button.Once again, thanks a lot for all your help and patience.
Hi Arun,Details as below :In my apps folder have the below structure created.The custom button properties are as below :In my /apps/cq/inbox/clientlibs/js/inbox.item.actions.custom.js file haven't changed too many things, but just few things as seen in the screenshot as below :My custom dialog that ...