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

Moonraker046
Moonraker046
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Moonraker046
Customize the badges you want to showcase on your profile
Re: Check user action value in HTML Workspace - Adobe Experience Manager Forms 09-11-2017
I wonder as I see no possibility to put a script on a HTML Workspace button.My goal is to force the user to leave a comment in a text field of the XDP form only if he clicks on "Deny". When "Approve" is clicked the user has not to fill in the additional comment.How can I achieve this?

Views

1.4K

Likes

0

Replies

0
Re: Searchable drop down menu? - Adobe LiveCycle 21-09-2017
Thank you very much BR001​ for the very helpful example.Would it be possible to change the response format of the Google Places API to XML and parse the XML response into the XFA form?

Views

3.0K

Likes

0

Replies

0
Re: Searchable drop down menu? - Adobe LiveCycle 12-09-2017
Hi Bruce,I would suggest this web service http://www.webservicex.net/country.asmx?WSDL (Download the XML, save it as *.wsdl file and create a new data connection within Designer with the saved *.wsdl).The web service handles over a XML based list of all countries.RegardsMoonraker

Views

3.0K

Likes

0

Replies

0
Re: Searchable drop down menu? - Adobe LiveCycle 07-09-2017
Is there any way to combinate this auto populated drop with a web service (REST or SOAP)?Could be very useful for a user search integration within a LDAP directory.

Views

3.0K

Likes

0

Replies

0
Check user action value in HTML Workspace - Adobe Experience Manager Forms 29-08-2017
Hi all,I do have a AEM Forms 6.1 (ex LiveCycle) Workflow in the Process Management module.Basically it's a approval workflow with several approval task (as AssignTask operation) based on a XDP form.Now I need a solution to check which user action (e.g. Approve, Deny) the user has selected in the HTML workspace. So let's say when the user clicks the "Deny" button I want him to get forced to fill in a comment field in the form.Thank you for your help.

Views

2.3K

Likes

0

Replies

2
Creacting XML data with execute script in a workflow - Adobe Experience Manager Forms 28-09-2016
Hi all,i'm trying to build a XML process variable from a text string in an execute script workflow item.I have adapted the corresponding tutorial http://www.adobe.com/devnet/livecycle/articles/building-xml.htmlMy problem now is that i get a runtime exception:java.lang.RuntimeException: Parse error at line 27, column 1. Encountered: DocumentThe exception refers to the following line:Document suppliers = new DocumentImpl();But i've imported all Java packages as stated in the tutorial. What might b...

Views

1.0K

Likes

0

Replies

1
Table row instances not shown after adding data binding - Adobe LiveCycle 14-04-2016
Hello,i do have a form with a table. In this table is a dynamic row (the number of row instances can be selected by a dropdown or '+' and '-' buttons). This works fine. E.g. when i set the number of instances to 5 and save the form, all 5 instances will be shown after i reopened the form.The problem is as soon as i a add a XSD schema for data binding reasons to the form, the instances are not shown again when i reopen the form. This means e.g. i set the number of row instances to 5 and save the ...

Views

685

Likes

0

Replies

0
Set focus to xfa.host.response dialog box - Adobe LiveCycle 08-05-2014
Hi,in my form i do have an xfa.host.response dialog password box:var sPassword = xfa.host.response("Please enter your password:", "Password", "", true);I'm wondering now if there is no possibilty to directly set the cursor focus into the pop up password box. To work with xfa.host.setFocus(somExpression) seems to be not possible because the dialog box has no somExpression, right?Any suggestions?Thanks!

Views

1.4K

Likes

0

Replies

2
Re: How to export data from a string to a CSV file - Adobe LiveCycle 04-04-2014
Perfect thank you, it works like a charm!

Views

1.3K

Likes

0

Replies

0
How to export data from a string to a CSV file - Adobe LiveCycle 02-04-2014
Hello,i do have a string in a Livecycle Designer script object with a couple of rows with different entries divided by a semicolon:COLUMN1;COLUMN2;COLUMN3Entry1;Entry2;Entry3Entry4;Entry5;Entry6The goal is now to export this string from Livecycle Designer into a CSV file by clicking a button. Is there any solution suggested?Thank you very much.

Views

2.1K

Likes

0

Replies

2
Likes given to