The thing is, its the workitem created for dynamicparticipant step, theat need to be uopdated with prop "ORIGINAL_PARTICIPANT", to be the value of group, it was assigned to initially. so that the dropdown for delegate is populated with group members
Thanks !! its kind of a resubmission scenario, hence assigning to group does not work here.Also, workitem is being assigned to user via dynamic participant custom implementation only. I have figured out that if by any means i can add a specific property to the workitem node in the dynamic participan...
Hi Team,I have to use case to allow delegation for workitem assigned to a single user. Looking around any custom solutions. I tried updating the workitem in the same dynamic paticipant step, but the wokitem comes as volatile and hence can't be updated. Any pointers appreciated. This is how OOTB del...
I am using uber jar 6.5.0. With that new XSSFWorkbook(inputStream) is working fine runtime and am able to generate excel, however the same is failing in PowerMockRunner junit with exception org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException. Any pointers appreciated
Hi Team, Is there a configuration available to default aem 6.5 inbox search page view to list view instead of card view?Thanks in advance Regards,Manisha
Thanks @Vijayalakshmi_S for the inputs.I updated the settings and tried to enable sorting using column other than start date, may be "Assignee" for example.As I mentioned earlier, the property "cq.inbox.settings" gets updated in the user preferences as below- { "sharingPreferences": { "sharesInboxWi...
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.