XML request to perform an UPDATE - HxGN EAM - Version 11.07.01 - Customization & Programming - Hexagon

HxGN EAM Connector Grid Services Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
11.7.1

<?xml version="1.0" encoding="UTF-8"?>

<MP0123_ConnectorRequest_001
xmlns="http://schemas.datastream.net/MP_functions/MP0123_001"
xmlns:cr="http://schemas.datastream.net/MP_functions/MP0110_001"
xmlns:mpf="http://schemas.datastream.net/MP_fields"
xmlns:mpl="http://schemas.datastream.net/BaseLib"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.datastream.net/MP_functions/MP0123_001

C:\Shotgun\resources\build\schemas\Base\MP0123_ConnectorRequest_001.xsd">

<request transaction="false">

<action type="update" aid="100">

<daoClass>DAOOpdatatbl</daoClass>

<data>

<datafield>

<mpl:name>odt_curvalue</mpl:name>

<mpl:value encoding="none">223</mpl:value>

</datafield>

</data>

<where>

<whereByWhere>odt_varid=1 and odt_datestamp=to_date('2-4-2002 5:55:46','MM- DD- YYYY HH:MI:SS')</whereByWhere>

</where>

</action>

</request>

</MP0123_ConnectorRequest_001>