Hi,
I have a category attached to a document in livelink.
At any point of time, I do not want the user to remove the category attached to a document.
I understand that we cannot disable the remove button on the category page.
Once user clicks the remove button, all the attribute values of the category seems to get lost permanently.
The table dauditnew seems to have one record with reg to the document whose category was removed.
I want to capture these attribute values, some how.
I am thinking of creating a database trigger which fires on delete of the llattrdata table, and store the attribute values in some other table.
Is there any other way to capture the lost data.
Is there anything wrong in writing a dtabase trigger in the LLW schema, creating a different table there etc.
Any advice is greatly appreciated.
Thank You,
Sunu
I have a category attached to a document in livelink.
At any point of time, I do not want the user to remove the category attached to a document.
I understand that we cannot disable the remove button on the category page.
Once user clicks the remove button, all the attribute values of the category seems to get lost permanently.
The table dauditnew seems to have one record with reg to the document whose category was removed.
I want to capture these attribute values, some how.
I am thinking of creating a database trigger which fires on delete of the llattrdata table, and store the attribute values in some other table.
Is there any other way to capture the lost data.
Is there anything wrong in writing a dtabase trigger in the LLW schema, creating a different table there etc.
Any advice is greatly appreciated.
Thank You,
Sunu