Deletes a record from 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 delete 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 |
separator | string | Separator
Character used to separate multiple values. The default is a semicolon. |
No |
applylock | string | Apply Lock
Determines whether data are locked or unlocked while the Action is processing. |
No |
None.
The example below deletes the Parameter Cu from the Metals Parameter List. This is actually deleting the Cu record from 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 |