Overriding Work Item Property Values - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Process Modeling

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
ft:locale
en-US
Product name
Precisely EnterWorks
ft:title
EnterWorks EPX Process Modeling
First publish date
2007
ft:lastEdition
2023-07-28
ft:lastPublication
2023-09-20T04:05:11.973000

TaskManager allows the attribute asis to be used for a form element to indicate that the value for the form field should not be replaced.

For example:

<input type="hidden" name="test1" value="val1" asis="" />

<input type="text" name="test2" value="val2" asis="" />

<input type="checkbox" name="test2" value="val2" asis="" />

<select name="biographicaldata_status" asis="">

<option value="None">None</option>

<option value="Employed">Employed</option>

<option value="Unemployed" selected="selected">Unemployed</option>

<option value="Retired">Retired</option> </select>