cancel
Showing results for 
Search instead for 
Did you mean: 

Query Formatted Setting

Former Member
0 Kudos

Hello All:

I have a query that when I try to delete is keep on telling me that it is attached to some document but doesn't tell me where. Is there anywhere on the database that I can find where all the formatted query is attached to which form..

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi,

Formatted search definitions are held in the CSHS table in the company database.

The following query should list out the queries that are being used as formatted searches in the company:


select * from CSHS T0 inner join OUQR T1 on T0.QueryId = T1.IntrnalKey

Kind Regards,

Owen

Answers (0)