Show Oracle table content in Kaliko Admin

20 views
Skip to first unread message

al...@aspbrasil.net

unread,
Feb 16, 2018, 4:25:05 PM2/16/18
to KalikoCMS Developer Forum
Hi Fredrik

Is there any way to show in Kaliko Admin the data stored in a Oracle table (something like a list of customers stored in database)

Fredrik Schultz

unread,
Feb 19, 2018, 1:56:47 AM2/19/18
to KalikoCMS Developer Forum
Yes, it's possible to add a custom page to the admin menu by implementing the IDashboard interface:
https://api.kaliko.com/kalikocms/kalikocms.engine/kalikocms.dashboard/ (includes sample of registering a custom option in the admin menu).

You need to implement the logic for getting the data and presenting it as a separate WebForm.

A real example of adding a part to the admin panel is looking at the Identity project as it registers a new option and lists for instance all users:

The registering class:

The WebForm presenting the users:

Hope this helps as a starting point.
Reply all
Reply to author
Forward
0 new messages