Hi all, I'm running through an installation of LiveCycle ES with reader extensions. Everything looks on the up and up, but I'm getting "No credential found with alias" in my logs. I have the credential from Adobe installed in the livecycle config console with a random alias. The question is wh...
My department is new to Live Cycle Designer. We created a PDF form using LCD ES that is used to approve the purchase of certain types of equipment. I've been asked to modify it to include a unique ID number, and I need advice on where to start.The user goes to the web and opens the PDF approval fo...
I assigned the task to a GROUP email. The group gets the email, but when someone in that group goes to workspace to claim it, the email gets sent again to the person that claimed it. I don't want the email to go out the second time after they claim it.Can this secomd email be suppressed? It's obviou...
Hey guys, another question for your expertise.I have selected the options on the object palette which say user entered- required for a number of fields: a date field and 2 time fields. and then an empty message to display if no data is entered...yet when i save and run the form, i can click into tho...
I'm trying to get a numeric field to return a certain numeric value depending on the user's answer to a checkbox. Here's my code:if (CheckBox1[0].rawValue == 1) then $.rawValue == 969.00 else $.rawValue == "" endifWhen the form displays, the numeric field's value displays as $1.00 and if I check the...
I have a situation that calls for Mutually Exclusive check boxes not radio buttons. The problem is that I have check boxes that tell a text field to show different text depending what check box is selected. However I need only one box to be checked at a time. I know this sounds like a radio button b...
hey alli have a dynamic form with many subforms that retrieve data and be filled in runtime the issue is how to make one of subforms to pinned into specific page it's about how to pinned subform into a specific page without moving during runtime.thx
I am creating a dynamic form that reads in XML. I have serveral subForm chunks that may be split up over a page break. Is there a way to dynamically add something like "continued from previous page" after a subForm is paginated?