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: Decompile uber-jar-6.5.10 - Adobe Experience Manager 06-07-2022
I am able to extract the implementation. Just adding for everyones reference-AEM Version: 6.5.10serviceId = 5349, bundleId = 329Fetch the bundle jar from this location : /crx-quickstart/launchpad/felix/bundle/version/bundle.jar package : com.adobe.cq.dam.cfm.impl.uiClass name : EnumerationOptionsRenderDatasource

Views

56

Like

1

Replies

0
Re: Dynamic Dropdown content fragment model - Adobe Experience Manager 01-07-2022
Thanks @Shiv_Prakash_Patel This worked for me. Finally the solution am following is I am not adding any static options while constructing the model. This do not create optionsMultifield node. This will just create datasource node beneath the item node.As explained in the article share by you, I have created acs commons generic list configurations and am referring the same to be used in datasource resourcetype and path.Again thanks for such a descriptive and clear solution

Views

70

Like

1

Replies

0
Re: How to create Dynamic Dropdowns in AEM Content Fragments - Adobe Experience Manager 30-06-2022
@dan_klco , thanks for sharing. I went through the blog, it gave me a fair idea of overall concept. However, can you please provide more details around how the content fragment dropdown element be connected to the acs aem commons generic list components

Views

65

Likes

0

Replies

0
Re: I am trying to write junit test case using powermock for aem scheduler, its not invoking the run method. Any pointers appreciated - Adobe Experience Manager 02-06-2022
Hi @manisha594391 ,Sharing code snipped. Try to use Junit5 and aem specific frameworks to write unit tests. try to use AemContextExtension and MockitoExtension if needed@ExtendWith({AemContextExtension.class, MockitoExtension.class})Sharing code snippet for schedulerTest for run method. Please check complete working demo files in git.Scheduler@Component(immediate = true, service = Runnable.class)@Designate(ocd = SchedulerConfiguration.class)public class GeeksScheduler implements Runnable { priva...

Views

70

Likes

2

Replies

0
Re: Delegate task assigned to user in aem inbox - Adobe Experience Manager 09-02-2022
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

Views

203

Like

1

Replies

0
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
Re: Sort aem 6.5 inbox based on column - Adobe Experience Manager 19-02-2021
Implementation for filtering/sorting is hidden in Granite Workflow API. So we will not be able to arrive at what other columns/property can be used for sorting. This is the reason why I mentioned Customization for this use case is like rewriting the implementation.

Views

382

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