Main Page customization

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
emad.mohamed
Posts: 4
Joined: 2014-10-13 08:21

Main Page customization

Post by emad.mohamed » 2014-10-29 08:14

Good day for you..
I would like to get your help to make some small customization to my appgini project.

The story is that I would like to customize the main page of the my database application to show some information from some table in addition to the normal button links for tables. I would like you to teach me how to do this on one table and I will follow the procedures..

1- Show specific table info:

TableName = "customers";

Fileds to be shown (with a link to open the detail view)
- EmployeeName
- DepartmentName

Note: I would like to apply the view permission for the shown information


2- Show the latest 10 records of a table: (I would like to apply the view permission for the shown information)

TableName = "contracts";

- SerialNumber
- ContractContent


I appreciate your help

Emad

Post Reply