Description
Sets updateField to updateValue for all the table rows that match the searchField=searchValue expression.
The update of the table rows is processed in a separate transaction. This transaction cannot be rolled back if the main processing task fails. This can lead to inconsistencies in the data.
Parameter |
Value |
---|---|
version |
full qualified name of the version (e.g. SDE.DEFAULT). |
table |
Name of the database table. The table name will be qualified by the user name configured in ags.sde.tableowner. |
searchField |
Field name for the query expression. |
searchValue |
Value for the query expression. |
updateField |
Name of the field for which the value should be returned. |
updateValue |
Value to which the updateField which should be set. |
Return value
Does not return any value.
Example:
<xsl:value-of select='utiapi:updateVersionedValue("UTARCE.UTITest1","FCL_E_COMPONENT","OBJ_ID","0003141824550443203002","FNAME","New Value")'/>