Hi all,

I have found URLs on this newsgroup for (unsupported) customization of
several CRM views and forms that don't offer this by default.

However, the URL's for customization of the view and form for KB
articles were not included.

Can someone supply those?

Thank you for replying.

Basman

Re: customize view and form for KB articles by Toomaz

Toomaz
Thu Jul 07 10:26:39 CDT 2005

Hi Basman,

If you want to do unsupported customization of views (at your own risk)
you can browse SavedQueryBase table in CRM database to find views and
their ID-s.

I found knowledge base views using following query: SELECT * FROM
SavedQueryBase WHERE (Name LIKE '%KB%')