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