FORM_DATA
FORM_URL
FORM_DATA
fileformData.xml
containing:FORM_URL
/wfgen/WfApps/WebForms/MyFirstWebForm/v1/Form.aspx
REQ_NAME
when the form loads.Requester.Name
macro.MGR_DECISION
*
(asterisk) and the exclusion character ^
(caret). A standardized field naming convention makes it easy to set the various field properties per action.FORM_FIELDS_READONLY
FORM_FIELDS_REQUIRED
FORM_FIELDS_HIDDEN
EMP_NAME
and EMP_DATE
are requiredFORM_FIELDS_REQUIRED = EMP_NAME, EMP_DATE
EMP_
FORM_FIELDS_READONLY = *, ^EMP_*
DATE
field and the fields with a name that begins with SUP_
and ends with _APP
FORM_FIELDS_HIDDEN = ^*, DATE, SUP_*_APP
FORM_ARCHIVE
additional parameterFORM_ARCHIVE
: HTML static copy of the ASP.NET form (OUT)<FORM_ARCHIVE>form_archive.htm</FORM_ARCHIVE>
FORM_ARCHIVE
.FORM_ARCHIVE
parameter.FORM_ARCHIVE
action parameter.