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

Don400
Don400
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
44

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Don400
Customize the badges you want to showcase on your profile
Do I need to 'Upgrade ES Artifacts' in ES4 if all my artifacts were developed in ES2? - Adobe LiveCycle 25-09-2013
We are upgrading to ES4 and not everything is working so I wonder if this is something I need to do? As I recall from installing ES2 this was also an option but the description seems to refer only to LC ES Version 7.0/8.0, that is, not ES2.

Views

860

Likes

0

Replies

1
What is the ES4 equivalent to ES2.5 Managed Review and Approval Solution Accelerator? - Adobe LiveCycle 15-07-2013
Did this get rolled into Correspondence Management or get dropped? The key feature I'm interested in is setting up the comment server for the comments in Reader/Acrobat so that reviewers can use the Reader/Acrobat commenting tools and see all the other reviewers' comments. Reader/Acrobat allow setting the server but ES2 had no API for having the process set that value. It was my understanding that Managed Review and Approval Solution Accelerator in ES2.5 provided that API. Was that correct and i...

Views

875

Likes

0

Replies

0
Re: Getting Attachments into a Document Form - Adobe LiveCycle 30-05-2013
Jasmin, yes that's correct. I should have stated the exection environment. In Steve's Feb 25 post he stated Here is my execute script code to convert a list of attachments to a map of attachments which you can then pass to a Render step:I re-read that a few days ago and thought, "Oh, I wonder if he means the Render step as in the FormsService/renderPDFForm process?" So I created a map variable (sub-type document) and populated it with a few documents and then attempted to execute the renderPDFFo...

Views

731

Likes

0

Replies

0
Re: Getting Attachments into a Document Form - Adobe LiveCycle 29-05-2013
When I do that LC throws an exception the gist of which is the following: Caused by: ALC-DSC-119-000: com.adobe.idp.dsc.util.InvalidCoercionException: Cannot coerce object: {...} of type: java.util.HashMap to type: class com.adobe.idp.Document

Views

1.6K

Likes

0

Replies

3
Re: Getting Attachments into a Document Form - Adobe LiveCycle 24-05-2013
Steve, where do you put adobe-livecycle-client.jar in you app server? I tried putting it in LC_HOME\jboss\server\lc_turnkey\lib and get a java.lang.LinkageError. See this discussion thread for stack traces.

Views

1.6K

Likes

0

Replies

0
Execute Script problem - NoClassDefFoundError importing com.adobe.idp.Document - Adobe LiveCycle 24-05-2013
I have a small Java utility jar that uses com.adobe.idp.Document in one of the method calls so I added the following line to my ExecuteScript: import com.adobe.idp.Document;Then I got the following error (line breaks added to improve readability):2013-05-24 09:34:16,200 ERROR [com.adobe.workflow.AWS] Sourced file: inline evaluation of: ``import com.adobe.idp.Document; import gov.ne.deq.lcutils.PortfolioUtils; import . . . '' : Method Invocation PortfolioUtils.persistMap : at Line: 10 : in file: ...

Views

1.3K

Likes

0

Replies

0
Re: Getting Attachments into a Document Form - Adobe LiveCycle 21-03-2013
I have an archive file with three processes that take a map of documents and converts it to a portfolio (the map keys are the document names). One of the processes builds the DDX file from the map keys and an input variable for the portfolio name. I don't know where to post it but send me an email and I'll attach it to my reply.

Views

1.6K

Likes

0

Replies

0
Re: how to call javaScript function in the form from Action:Tab buttion in workspace - Adobe LiveCycle 21-03-2013
Sunil, you want to look at the "Customizing the LiveCycle® Workspace ES User Interface" document at http://help.adobe.com/en_US/livecycle/9.0/customizeworkspaceui.pdf. The workspace is a Flash component. For ES4 there's an option to run the workspace in HTML5 which might be more productive long-term.

Views

178

Like

1

Replies

0
Re: how do i use SetValue functions in executeScript activity. - Adobe LiveCycle 08-03-2013
Sunil, I guess I can see your question as an exercise in testing the completeness of the patExecContext implementation. However, some of the functions in the XPath Builder are just attempts to expose a Java construct to a user who doesn't know Java. For example, adding an item to a map object in XPath builder is done by setting Location to /process_data/map[@id='mapKey'] and Expression to the desired value. In Java that's just map.put("mapKey", valueObject);On the other hand, XPath selectors can...

Views

363

Likes

0

Replies

0
Why do no tabs appear in Workspace when Approval Container is selected? - Adobe LiveCycle 08-03-2013
I have a process that needs to use the Approval Container UI and I'd like to add some attachments to the form but they don't show up when the user opens the task in the Workspace. According to the Workspace Help at http://help.adobe.com/en_US/livecycle/9.0/workspaceHelp/index.html?content=000014.html all I need to do is check the 'Show Attachments' check-box but if I also choose the Approval Container for the User Interface then no Attachments tab appears. In fact, none of the tabs that used to ...

Views

785

Likes

0

Replies

0
Likes given to
Likes from