Creating Custom Views

I have created a custom table through mysql in suiteCRM database.
Now i want to create a view which should populate from my custom table without creating any module.

Is it possible to do so?

Are you wanting it to use users’ selected templates and all of the SuiteCRM built-in functionality? Or are you going to write your own PHP to show the data?

sieberta

i just want to be able to display the contents of my custom table in list view and also the detailed view just like the functionality in suiteCRM

akash1229,

I see… and why wouldn’t you just create a custom module for your custom table instead of starting with a scratch custom table? That way, SuiteCRM will create all the extensions necessary for security, editing in studio, languages, dropdowns, relationships… (this list goes on)

sieberta