Skip to Content
0
Former Member
Jan 23, 2012 at 06:20 PM

Workflow Process and Forms - Issue Moving Form Values to Table

60 Views

We are doing a project to implement ESS and MSS. Using Adobe Process and Forms we generated a process with form and workflow.

The workflow's first step uses a version of TS17900110 task to move the form to the workflow container.

Binding:

export:

&FORM_STANDARD& @0E\QAssign Value@ @9T\QGets data for...@ &FORM&

'USER_ID' @0E\QAssign Value@ @9T\QGets data for...@ &FORM_FIELD_NAME_1&

'PERNR' @0E\QAssign Value@ @9T\QGets data for...@ &FORM_FIELD_NAME_2&

'AWART' @0E\QAssign Value@ @9T\QGets data for...@ &FORM_FIELD_NAME_3&

Binding

import:

&EMPL_USERID.OBJID& @9S\QReceives data from...@ @0D\QAssign Value@ &FIELD_VALUE_1&

&PERNR& @9S\QReceives data from...@ @0D\QAssign Value@ &FIELD_VALUE_2&

&AWART& @9S\QReceives data from...@ @0D\QAssign Value@ &FIELD_VALUE_3&

The workflow does not bring values for: EMPL_USERID.OBJID, PERNR, AWART.

We need to populate these fields.

Any information is appreciated.

alicia.morante at gmail.com

alicia.morante at us.army.mil

Another question is this:

Do we use Form_Field_Value_X or Field_Value_X in our import and export binding?