12
Steps Create pages for maintaining projects

Steps to Create Issue Database in Express

Embed Size (px)

Citation preview

Page 1: Steps to Create Issue Database in Express

Steps

Create pages for maintaining projects

Page 2: Steps to Create Issue Database in Express
Page 3: Steps to Create Issue Database in Express
Page 4: Steps to Create Issue Database in Express
Page 5: Steps to Create Issue Database in Express

Scroll down to Pagination, for When no Data Found Message, enter Noprojects found.

Change No Records found to No projects found

1. On edit page for Page 2, under Buttons select the Create button.

Page 6: Steps to Create Issue Database in Express

2. Change Text Label/Alt from Create to Add Project >, select Apply Changes.1. 3. Click the Run Page icon.

2.

Refine the Project Details PageNext, you need to customize the Project Details page to make the Project Name fieldlarger and the date fields smaller. You also need to add an Audit Information regionthat only displays when a project is being edited and add a validation that checks ifthe target and actual end dates are after the start date.Edit Fields To make the Project Name field larger and the date fields smaller:1. Go to the Page Definition for Page 3, Project Details:a. From the Developer toolbar, click Application.b. Click 3 - Project Details.2. Under Items, click the Edit All icon.The Edit All icon resembles a small grid with a pencil on top of it.3. Scroll to the right and locate the Width column:a. For Project Name, enter 60.b. For Start Date, enter 12.c. For Target End Date, enter 12.d. For Actual End Date, enter 12.e. Click Apply Changes.

4. Return to the Page Definition. Click the Edit Page icon in the upper right corner.

Page 7: Steps to Create Issue Database in Express

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 anAudit 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.

Page 8: Steps to Create Issue Database in Express

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:SELECTCREATED_ON, CREATED_BY, MODIFIED_ON, MODIFIED_BYFROM #OWNER#.IT_PROJECTSWHERE PROJECT_ID = :P3_PROJECT_ID7. Click Create Region.

On edit page for Page 3 under Regions, click on Audit Information.9. Scroll down to Conditional Display and select Value of Item in Expression 1 isNOT NULL.10. For Expression 1, enter P3_PROJECT_ID.11. Click on Report Attributes tab at the top.12. Under Layout and Pagination, make these changes:a. Report Template - Select default: vertical report, look 1 (include nullcolumns)b. Pagination Scheme - Select - No Pagination Selected -c. Enable partial Page Refresh - Select No13. Accept all other defaults and click Apply Changes.

n.b same place as above screenshot

Page 9: Steps to Create Issue Database in Express
Page 10: Steps to Create Issue Database in Express

Workspace Information:

Page 11: Steps to Create Issue Database in Express

Name TEST

Security Group ID System Assigned

Description TEST DATABASE...

Administrator Information:

User Name ADMIN

Schema Information:

Reuse Existing Schema No

Schema Name TEST

Tablespace will be created APEX_XXX

Datafile for tablespace C:/ORACLEXE/ORADATA/XE/APEX_XXX.DBF

internal user

ADMIN

Jesus123*