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

PriyankP
PriyankP
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts

Posts
28

Discussions

Discussions
19

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by PriyankP
Customize the badges you want to showcase on your profile
Re: Set status code in Workbench Process? - Adobe Experience Manager Forms 23-03-2017
BjornEricsson wrote... How do I set the status code (500) when I detect that input is not correct? I guess this is no ordinary Output variable? Processes returns 500 code when there is an exception. While, I haven't done it myself, try if you are able to throw an Exception event.

Views

544

Likes

0

Replies

0
Re: Floating Fields in Adaptive forms - Adobe Experience Manager Forms 23-03-2017
deepak k. wrote... You can use fillable text box in disabled mode(disable via rule). You mean - derive/calculate the entire paragraph as a part of Javascript and assign it to a textbox ? Well - I did think of this option earlier but I had to let that go because 1) The actual content (paragraph text/language) is in the Javascript. Which means I can't let my business users have control over it OR i can't use the dictionary for multi-language support.2) I won't be able to handle RichText as TextBox...

Views

2.7K

Likes

0

Replies

0
Re: Prefill Adaptive Form when calling from External Application - Adobe Experience Manager Forms 23-03-2017
Update:Here's how I ended up implementing the solution. I dropped the idea of using HTTP protocol for prefilling Adaptive Form, because it did not support authentication. I ended up creating a custom template and prefilled the XML by setting data attribute it slingRequest.

Views

1.1K

Likes

0

Replies

0
Re: Create one PCL from multiple forms? - Adobe Experience Manager Forms 22-03-2017
BjornEricsson wrote... Apart from missing data mapping I see that the combined XDP nests the forms. The second form is a subform within the first form. This doesn't feel right. Is it the correct way of merging XDPs? If not, how can I fix it? Please see this link - http://help.adobe.com/en_US/livecycle/11.0/ddxRef.pdfIt should have examples of how to merge XDPs correctly.

Views

5.4K

Likes

0

Replies

1
Re: Create one PCL from multiple forms? - Adobe Experience Manager Forms 22-03-2017
BjornEricsson wrote... No, each form is designed with its own schema. Our business systems then take these separate schemas, populates some of the data ond puts them in the container schema. The container schema has a fixed top level hierachy and then allow any number of nodes with the form specific data in the node. It is impossible to move all of this in to one schema. In that case - all the data bindings on all the individual XDPs have to be as per the 'container schema' not as per individu...

Views

5.4K

Likes

0

Replies

0
Re: Watermark dynamic PDF? - Adobe Experience Manager Forms 21-03-2017
BjornEricsson wrote... Is it possible to watermark dynamic pdf? I tried the watermark function of Assembler Service but got 'PDF document "test.pdf" has dynamic XFA forms and cannot support content operations.' Is there any other way that might bring success? The message is basically telling you that your PDF is an interactive XFA document and not a flat PDF document. I don't think Assembler allows you to add watermarks to an XFA interactive document. Try flattening the document first by passing...

Views

1.1K

Likes

0

Replies

0
Re: Calling a RESTFUL WCF Service - Adobe Experience Manager Forms 21-03-2017
rpulido20 wrote... Thanks for your reply. The forms and the service can be hosted in the same domain. For being Reader Extended, I'm not sure if that would be a licensing or a plugin thing. I was provided with a PDF form that I would need to prefill with information. Can I convert the PDF form to one that is Adapative ? Sorry every technical term is quite new to me as I have just been into AEM for 2 weeks. Making web service call from within the PDF form is usually not a good idea. Why are you t...

Views

649

Likes

0

Replies

0
Re: Version control Applications? - Adobe Experience Manager Forms 21-03-2017
I am assuming you are using the AEM Forms JEE and using Workbench to create the applications/processes. Unfortunately, there is no out of the box way to connect with GIT or SVN etc.We typically exported the LCA and stored the LCA in version control systems. Regards,Priyank Pardiwala

Views

1.9K

Likes

0

Replies

1
Re: Create one PCL from multiple forms? - Adobe Experience Manager Forms 21-03-2017
BjornEricsson wrote... I followed your outline and made a small Proof-of-Concept with two XDPs, an XML for each XDP (used for data mapping), a DDX, the process and a combined XML container that holds both XMLs. It runs, combines the XDPs, and creates one PDF from the two forms (I will move to PCL once PDF works). The problem is that the fields are not populated. What did I miss? Does all your XDP follow the same XML Schema (XSD)? The structure of XML must remain the same. My guess is that your X...

Views

5.4K

Likes

0

Replies

3
Re: Create one PCL from multiple forms? - Adobe Experience Manager Forms 20-03-2017
You should be able to use Assembler to combine XDPs to get a master XDP and then merge this master XDP with XML file using GeneratePrintedOutput service (an Output Service) to generate PCL directly. I don't see a reason why you would have to re-write all the binding expressions. For printer specific settings (like duplex/simple printing or tray selection etc), you could create an XDC file and pass it as an input to the GeneratePrintedOutput Service.

Views

5.4K

Likes

0

Replies

8
Likes from