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

bhaarats4680380
bhaarats4680380
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
3

Posts

Posts
20

Discussions

Discussions
0

Questions

Questions
20

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bhaarats4680380
Customize the badges you want to showcase on your profile
Re: How to hide a field in AEM6 adaptive form based on logged in user - Adobe Experience Manager Forms 15-10-2015
Session userSession = slingRequest.getResourceResolver().adaptTo(Session.class);String userId = userSession.getUserID();You can do many othre things like getting userManager , authorizable etc once you have the session.You can set a flag in JS and based on that flag write visibility expression on that field

Views

801

Likes

0

Replies

0
Re: How to assign adaptive form to other users - Adobe Experience Manager Forms 15-10-2015
I can say for sure that it would work with LC. For achieving the same via AEM workflow, you would need to write a lot of custom code. My re-commendation is to go with LC.

Views

804

Likes

0

Replies

0
Re: How to transfer all configurations between two cq instances? - Adobe Experience Manager 15-10-2015
you can replicate all osgi config by copying content of crx-quickstart\launchpad\config from one instance to another instance. but it may not be enough, and certainly not a recommended way to build a server.the best way would be to find out what all aem or custom configurations were applied to the server in and replicate these to your local environment in that order.

Views

1.2K

Likes

0

Replies

0
Re: Is there a way to do search on data submitted from Adaptive forms? - Adobe Experience Manager 15-10-2015
I already have a JSP page that takes the form data and makes a PDF out of it using XSD.Would you suggest that I add code in this same JSP file such that all the data gets persisted as jcr:string properties ?

Views

634

Likes

0

Replies

0
Re: Which AEM Forms 6.0 Add on package should be downloaded for MAC? - Adobe Experience Manager 15-10-2015
Yes, you will be able to use "Store PDF submit action" on windows, linux, solaris and aix machines using corresponding adobe aemfd addon packages.

Views

792

Likes

0

Replies

0
Re: Added a form on geometrixx-gov but it is not visible - Adobe Experience Manager 15-10-2015
Are you following an online resource in this task. If so, can you please post the URL.

Views

385

Likes

0

Replies

0
Re: Is it possible to convert AEM 6 form into PDF? - Adobe Experience Manager 15-10-2015
If you have AEM with Adobe LiveCycle ES - you could pass the data to LC ES to create a PDF document. Here is an artilce showing that use case: https://helpx.adobe.com/experience-manager/using/integrating-livecycle-cq-applications.htmlWithout LC - to create a PDF that captures the submitted data - you can build a custom solution.First - post the AEM 6 form data to a custom OSGi service. See this community article to learn how to do that:https://helpx.adobe.com/experience-manager/using/posting-aem...

Views

600

Likes

0

Replies

0
Re: How to make use of "Items load path" for dropdown list in AEM 6 form - Adobe Experience Manager Forms 15-12-2015
HiI've had the same problem recently. I could solve like this:1) in CRX create a node with property 'jcr:primaryType' = 'sling:Folder' (let's call it 'xy-lookup-list')2) add a multi string property containing the key-value-pairs to the newly created node. The property name (let's call it 'xy-lookup-values') will be part of the loading path. A key-value pair looks like this 'keyXY=valueXY'.3) specify the crx path as loading path in the dialog of the widget that shall use the lookup value. The loa...

Views

1.9K

Like

1

Replies

0
Re: How to make changes to the geometrixx gov pre-packaged site in AEM 6 - Adobe Experience Manager 15-10-2015
Got it. Thanks for your help!!

Views

667

Likes

0

Replies

0
Re: How to modify Geometrixx-Gov such that loggedin users can see only THEIR drafts - Adobe Experience Manager 15-10-2015
Hi, I made this screencast video of a fresh AEM 6 install to demonstrate what I'm saying. In this video you'll see that I create two users testuser1 and testuser2. When testuser1 saves a draft and then I login as testuser2, the testuser2 can see the draft saved by testuser1 (vice versa). Video: https://www.youtube.com/watch?v=1Mg89iqv_cI&feature=youtu.beI start my local instance like this: " java -Xmx1024M -jar AEM_6.0_Quickstart.jar "Please let me know if I'm doing something wrong or if you hav...

Views

634

Likes

0

Replies

0
Likes from