Is there any way to use the live reports to update the attributes in content server 10. For instance I know I could put the following SQL in the live report:
UPDATE [OTCS10].[dbo].[LLAttrData]SET ValStr = %2 WHERE DefID = '14541' and ValStr = %1;
But this doesn't update the Attribute in the UI, just the DB. Is there a way to have it changed in the UI and the DB?