Deleting values from a List of Values (LOV)
The script herein removes a value with the name VOWNERMANUAL. No other elements or values have to be provided.
Before you begin
A value can only be deleted from an LOV if it is not used inside metadata fields of the type LOV.
About this task
If a value has to be deleted from an LOV, the action delete should be added to the <lovvalue> element.
Example
<tridk:setup xmlns:tridk="urn:trisoft.be:Tridk:Setup:1.0" xml:lang="EN">
<tridk:lovs>
<tridk:lov tridk:element="DMANUALTYPE">
… [holds the script to define the LOV to which what follows is applied; see section above]
<tridk:lovvalues>
<tridk:lovvalue tridk:element="VOWNERMANUAL" tridk:action=”delete”/>
</tridk:lovvalues>
</tridk:lov>
</tridk:lovs>
</tridk:setup>