Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In general, all the controls listed, can be mapped to an acroform text field. Selection controls are mostly handled by mapping the option values as indicated above.

Info
  • Mapping of dynamically generated selection control options via a rule is not supported at this time. It will be available in a future release of .
  • The Push Button Acroform field type cannot be mapped at this time. 
  •  Image controls cannot be mapped to a PDF at this time.

Date/Time

Date/time will be derived from the xml and it will be in ISO format and in UTC (time and date/time only). There are two issues to consider:

  • Timezone - Times and date/times must be formatted using the form’s timezone.
  • Formatting dates (and times) uses the control's formatting set by the designer.

Signed Sections

You can map both the signature and signature date from a Signed Section to a PDF. However, in a workflow the Signed Section must also contain some other data in addition to the signature - an empty Signed Section will appear to map when you use the Form Viewer control on the same step as the signature, but will not be mapped on the final PDF. This is a known issue. If your business requirements call for an empty signed section, you should add a hidden text control in that section with a default value to ensure it appears on the final mapped PDF.

For example, here is a simple workflow where the employee completes Step 1, then the Manager approves Step 2 and finally, the VP approves Step 3. The Manager and VP do not need to add any information, so their Signed Sections are empty:
Image Added

Each of the three signed sections is mapped to a PDF.

Image Added

However, after running the workflow we get an unexpected result - the Manager Signature is not mapped to the final PDF.

Image Added

  • The Employee Signature is mapped because the Signed Section contains other data in addition to the signature and date.
  • The Manager Signature is not mapped because it is a mid-workflow step and does not contain other data besides the signature and date. You would only see this signature mapped if you clicked a Form Viewer control on the Manager step.
  • The VP Signature is mapped, even though it does not contain other data, because it is on the final step where the mapped PDF is generated.

To work around this issue, let's add a hidden text control to the Manager Section, and set the default value to "map me".

Image Added

Now when we run the workflow, the Manager Signature is successfully mapped.

Image Added

Mapping Selection Controls

...