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

Hunter_64
Hunter_64
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Hunter_64
Customize the badges you want to showcase on your profile
Required field has data but LC not seeing it - Adobe LiveCycle 25-06-2012
I have a form with a required field and if I enter data in the field and then click the Submit button I get an error saying that one or more required fields needs to be entered.If I tab out of the field or if I press Enter the Submit wil work okay. So, apparently LC is not registering that an entry has been made if I just click the Submit button. Any ideas on how to fix this?Thanks much for any help.

Views

428

Likes

0

Replies

0
Help - deleted files won't go away! - Adobe LiveCycle 17-03-2011
I am trying to permamently delete two files that I no longer need, but which had previously been deployed. Whenever I deploy my application, these files cause me to get the error "The asset is deployed and cannot be deleted. To delete the asset, first undeploy it." Okay, but it won't let me undeploy a single file, so I undeployed the entire application. Afterwards, I still wasn't able to delete the files.Just wondering if anyone could help me figure out how to permanently get rid of these files?...

Views

672

Likes

0

Replies

1
Re: How open form in Workspace by clicking on intranet link? - Adobe LiveCycle 14-02-2011
Thanks, Robert! I got it working.Appreciate the assistance.

Views

264

Likes

0

Replies

0
How open form in Workspace by clicking on intranet link? - Adobe LiveCycle 09-02-2011
We are just getting started in LiveCycle by automating some internal forms. We'd like to have the ability to link to the form on our intranet site and when a user clicks on the link it will open up the form in Workspace. Is this possible and if so, how is this done? If I create a link using the SOAP address in the default startpoint, it just opens up an XML page.Thanks for any assistance.

Views

965

Likes

0

Replies

4
Re: How can you verify an attachment exists? - Adobe LiveCycle 28-01-2011
Upon further testing, I found that I had to create an integer variable called "numAttachments" and assign it the value of "get-collection-size(/process_data/formAttachments". I then check against the value of "numAttachments" in my conditional route. I'm assuming that get-collection-size does not evaluate as an integer, so you have to cast it to an integer value before you can use it.

Views

86

Likes

0

Replies

0
Re: How can you verify an attachment exists? - Adobe LiveCycle 26-01-2011
Got it working. Should have used "get-collection-size(/process_data/formAttachments) > 0"

Views

84

Likes

0

Replies

0
How can you verify an attachment exists? - Adobe LiveCycle 26-01-2011
On the leave request form that I'm working on, there are certain leave types that require that the form originatorattach some sort of documentation, like a doctor's note if they are claiming sick leave.In my start point, I have the "Permit adding attachments" checkbox selected, and store the attachments in a process variable called "formAttachments", which is of type "document".In my processing, I need to verify that they attached a file. I have a decision point with a conditional route that is ...

Views

494

Likes

0

Replies

2
Re: Error during form render process - Adobe LiveCycle 07-01-2011
Jon,Thank you for your response. I've found that part of my problem was that the rendering process used to prefill the form needed to be set to "short-lived" instead of "long lived". Once I made that change, the form opens fine. I'm still trying to figure out how to get the Task Context variables on the form, though.

Views

256

Likes

0

Replies

0
Error during form render process - Adobe LiveCycle 06-01-2011
We are just getting started using Adobe LiveCycle 9 at my organization and I've been tasked to create processing for an internal form. I've created a basic process that currently just has default start points. One of them is for when a user starts a process in Workspace.Under the "Presentation & Data" process property, I've selected my PDF form as the "Asset". In "Action Profile", I have created a profile called "Prefill", which I've defined to call a separate rendering process called "TRS116Pre...

Views

2.4K

Likes

0

Replies

3