Expand my Community achievements bar.

Hodmi
Hodmi
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • First, you really have the wrong forum.  PDF Generator is the server side product that converts native files (Word, Excel, AutoCAD) into PDFs.  You probably want the LiveCycle Designer forum.Second, If you have saved the file from LiveCycle Designer as a PDF (as opposed to an XDP) then others will b...

    Type

    Questions

    Views

    609

    Likes

    0

    Replies

    0
  • You don't have to worry about the XML conversion - the view of the list is just an XPATH representation of it for viewing purposes.  Under the covers its stored as a java ArrayList <int>.

    Type

    Questions

    Views

    470

    Likes

    0

    Replies

    0
  • I think its a syntax thing.  I did a quick check and my processes don't use the @ symbol with lists and maps (only simple types)LocationExpression/process_data/MapKeysget-map-keys(/process_data/MapOfDocuments)

    Type

    Questions

    Views

    730

    Likes

    0

    Replies

    0
  • The problem is that you put the id in quotes - which no longer evaluates the statement, but treats it as a litteral.To make it easier on my feeble brain (especially when debugging using record/playback) I break it down into multiple steps in the same set value/process_data/@myTempID is a string/proc...

    Type

    Questions

    Views

    734

    Like

    1

    Replies

    0
  • You'll have to touch each document in your map individually by writing a loop (or using java code in a script operation).  To get at a value in a Map use the syntax  /process_data/myMap[@id="myKey"]  where myMap is the name of your map variable and mykey is the name of the entry in the map object

    Type

    Questions

    Views

    729

    Likes

    0

    Replies

    0
  • If you add some additional complexity you should be able to do this with a combination of a Servlet and LiveCycle Forms.Here's my idea: - modify your web page where you normally put the form to call a servlet rather than just have a link to a form (using an HTTP Get will look the same to the user). ...

    Type

    Questions

    Views

    591

    Likes

    0

    Replies

    0
  • There are a lot of organizations that require combs for compliance reasons.  For example there are quite a few government organizations that require that the electronic form exactly match a pre-existing paper based form (the so-called light test). If the old paper-based form has a comb, then so must...

    Type

    Questions

    Views

    759

    Likes

    0

    Replies

    0
  • In brief:Designer is a tool for creating forms and form templatesWorkbench is a tool for creating LiveCycle workflows.  Workbench includes a copy of Designer so you can add forms to your workflows.Workbench comes with LiveCycle ES.

    Type

    Questions

    Views

    923

    Like

    1

    Replies

    0
  • XSLT Transformation is a service under the category of Foundation.  You can drag it from the Services panel onto your process OR drag on an Activity and type XSLT in the find field.   Choose the XSLT-Transformation from the Foundation category

    Type

    Questions

    Views

    312

    Likes

    0

    Replies

    0