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

user2062153
user2062153
Online

Badges

Badges
7

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
3

Posts

Posts
18

Discussions

Discussions
8

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by user2062153
Customize the badges you want to showcase on your profile
Hi,deepakt84913413I am facing this same issue in one spec... - Adobe Experience Manager Forms 12-05-2020
Hi,deepakt84913413I am facing this same issue in one specific environment. Please let me know if you found any solution to this. Thank you

Views

7.5K

Likes

0

Replies

0
Re: FDM PreProcessor not getting invoked - Adobe Experience Manager Forms 19-01-2020
Hi all, Received an update from the engineering team via daycare.So, the right way to register the Preprocessor is to implement the PreProcessor interface but register it as an IProcessor service. @component((immediate = true)) @Service((IProcessor.class)) public class MyPreProcessor implements IPreProcessor { private static final Logger LOG = LoggerFactory.getLogger(MyPreProcessor.class); //Implementation here }

Views

2.3K

Likes

0

Replies

0
Re: User specific drop list - Adobe Experience Manager Forms 13-07-2017
Hi Naresh,For Dynamically populating items please use article Dynamically populate a drop-down list or list box​ for connecting to data sources. Not sure about JDBC but designer provide the connection to OLE database, web service etc. Please check Create a data connection to an OLE database article.

Views

630

Likes

0

Replies

0
Re: How to generate "editable" PDF programmatically in AEM forms OSGI - Adobe Experience Manager Forms 13-07-2017
Hi,Yes, you can use FormsService​ API for generating interactive PDF.Sample codebyte[] xdpData = (data);Document docData = new Document(xmlData);PDFFormRenderOptions options = new PDFFormRenderOptions();options.setContentRoot(xdpLocation); // location of XDP Document docPDF = formsService.renderPDFForm(fileName,docData,options);byte[] result = IOUtils.toByteArray(docPDF.getInputStream());

Views

1.3K

Like

1

Replies

0
Re: User profile integration with adaptive forms - Adobe Experience Manager Forms 13-07-2017
Hi Gaurav,Are you still facing this issue? if possible share the FDM package.

Views

1.1K

Likes

0

Replies

0
Re: Invoke REST API - AEM 6.3 Forms - Adobe Experience Manager Forms 30-08-2018
This is a worrying shortcoming of the solution. We're new to AEM Forms and REST integration will be essential and I really need to recognise success vs error responses and handle them appropriately.

Views

5.1K

Likes

0

Replies

0
Re: Create and run a prefill service, sample boilerplate project download link is missing - Adobe Experience Manager Forms 21-06-2019
Hi,please provide complete project.I need to work on pre-fill service.

Views

1.2K

Likes

0

Replies

0
Re: Correspondance management - half loading issue Urgent please help - Adobe LiveCycle 04-12-2014
Most of the logs say ResourceResolver is null. Can you please share the flash log ( you getting flash logs from UI press Ctrl + Alt + D then dialogue will display with title "Create Correspondence Debug Console Window" )

Views

753

Likes

0

Replies

0
Re: Correspondence management - How to make text underline? - Adobe LiveCycle 04-12-2014
What is the field format of text field object in layout ?To support rich text inside text field, field format should be of type "Rich Text" other wise formatting is removed and plain text is displayed

Views

629

Likes

0

Replies

0
Likes from