Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

manisha594391
manisha594391
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
11

Posts

Posts
55

Discussions

Discussions
14

Questions

Questions
41

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by manisha594391
Customize the badges you want to showcase on your profile
Re: Delegate task assigned to user in aem inbox - Adobe Experience Manager 31-01-2022
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 participant step while assigning to the user, I can make it work. But as i said the workitem is volatile node, so cannot even update it.

Views

231

Like

1

Replies

2
Delegate task assigned to user in aem inbox - Adobe Experience Manager 31-01-2022
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 delegation of Dynamic participant step happens in aem-https://experienceleague.adobe.com/docs/experience-manager-64/authoring/workflows/workflows-participating.html?lang=enDelegating a Participant StepIf ...

Views

238

Likes

0

Replies

4
Re: Maven Dependency is not getting downloaded - Adobe Experience Manager 13-04-2021
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

Views

1.2K

Likes

0

Replies

0
Re: Is there a configuration available to default aem 6.5... - Adobe Experience Manager 24-02-2021
Thanks @Vijayalakshmi_S

Views

234

Likes

0

Replies

0
Is there a configuration available to default aem 6.5 inbox search page view to list view instead of card view - Adobe Experience Manager 23-02-2021
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

Views

270

Likes

0

Replies

2
Re: Sort aem 6.5 inbox based on column - Adobe Experience Manager 18-02-2021
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": { "sharesInboxWith": [], "rejectedRequests": [], "pendingRequestMap": {} }, "outOfOfficePreferences": { "isOutOfOffice": false, "dateRange": { "startTime": 1605739898157, "endTime": 0 }, "outOfOfficeDesignates": [], ...

Views

397

Likes

0

Replies

0
Re: Show filtered result in aem 6.5 inbox on load based o... - Adobe Experience Manager 16-02-2021
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.

Views

260

Likes

0

Replies

0
Re: Show filtered result in aem 6.5 inbox on load based o... - Adobe Experience Manager 16-02-2021
@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 on filter and updating the payload using /libs/cq/inbox/gui/components/inbox/clientlibs/inbox/js/inbox.omnisearch.js and updating the dom.However, am unable to figure out how that selected payload goe...

Views

277

Likes

0

Replies

0
Show filtered result in aem 6.5 inbox on load based on payload - Adobe Experience Manager 16-02-2021
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.

Views

286

Likes

0

Replies

4
Sort aem 6.5 inbox based on column - Adobe Experience Manager 10-02-2021
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/inboxsettingsdialog/items/inboxsettingsform) Now ,in the above dropdown I want my custom column name to be added and available for sorting.I was able to achieve adding the new column in the dropdown. However th...

Views

467

Likes

0

Replies

3