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

EnterWorks EPX Process Modeling

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Process Modeling
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T03:37:01.911821

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>