Steps To Create Issue Database in Express
Steps To Create Issue Database in Express
1. On edit page for Page 2, under Buttons select the Create button.
2. Change Text Label/Alt from Create to Add Project >, select Apply Changes.
1. 3. Click the Run Page icon.
2.
4. Return to the Page Definition. Click the Edit Page icon in the upper right corner.
The Edit Page icon resembles a small green piece of paper and pencil.
Add an Audit Report Region to Display Only When there is Something to Display To add an
Audit Report region at the bottom of the Project Details page:
1. On edit page for Page 3, under Regions, select Create button.
2. Select Report, and click Next.
3. Select SQL Report, and click Next.
4. For Title, enter Audit Information.
5. For Region Template, select Hide and Show Region, and click Next.
6. For Enter SQL Query or PL/SQL function returning SQL Query, enter:
SELECT
CREATED_ON, CREATED_BY, MODIFIED_ON, MODIFIED_BY
FROM #OWNER#.IT_PROJECTS
WHERE PROJECT_ID = :P3_PROJECT_ID
7. Click Create Region.
Administrator Information:
Schema Information:
internal user
ADMIN
Jesus123*