Changes a record in a Detail Table of an existing SDI.
Property Id |
Type |
Property Name and Description |
Mandatory |
sdcid | string | SDC
Identifier of the SDC to which the Detail Table applies. |
Yes |
keyid1 keyid2 keyid3 |
string | SDI Key1, SDI Key2,
SDI Key3 Key value(s) of the SDI in the Detail Table for which you want to change the record. Up to three Keys uniquely identify each SDI. |
Yes |
linkid | string | Link Text
Link Text that describes the Detail Link, as specified in the SDCLink table. |
Yes |
applylock | string | Apply Lock
Determines whether data are locked or unlocked while the Action is processing. |
No |
None.
The example below changes the Display Units of Parameter Cu in the Metals Parameter List from its current value to degC. This is actually overwriting the value in the ParamListItem table.
Property Name | Value |
SDC | Parameter List |
SDI Key1 | Metals |
SDI Key2 | 1 |
SDI Key3 | 1 |
Link Text | param list items |
Add the following properties: | |
Property Id | Value |
paramid | Cu |
paramtype | Standard |
displayunits | degC |