For some of our jobs, we used the @Links Docu subtab. This is no longer required and we would like to remove this subtab.
Is there a batch or automated way to remove this data?
Release : 12.3
Component : AUTOMATION ENGINE
The @Links subtab is no longer required.
To get rid of the links, the options are either to remove the link from each object in AWI, or a query similar to
{code:java}
delete from ODOC where ODOC_Name='@Links' and ODOC_OH_Idnr=1015001
{code}
may be executed, where the ODOC_OH_Idnr does correspond to the OH_Idnr of the objects where the Link tab has to be removed.