Uploaded by Qaiss Omar

Assignment

advertisement
SESSION #2 ASSIGNMENT
D365 F&O
DUE DATE : 18 / FEB
Projects Form













In this assignment you will design a form for the company projects and it’s located at Cubic->
common directory the menu label should be Projects.
The form should have 2-views list view that shows all the projects and details view that shows
more details about the project.
The list view shows: project number, name, start date, end date, resolution number, supervisor
PM and project state (enum type).
The details view include 3-tabs pages and side list grid showing all projects names & number to
choose from and include a quick filter.
First tab page Project information tab include: project number, name, start date, end date,
resolution number, resolution date, supervisor PM and state.
second tab page Project workers tab which is a list grid of employees who works on the project
include: employee personal number (emplid), name , position and department name .
third tab Note tab which include only the note memo field.
**You can find similar forms in Fleet Management Module.
Each project have one supervisor PM (Mandatory), each supervisor PM can handle more than
one project (many to one relation).
Each project can have zero or many workers , each worker can work in zero or many projects
(many to many relation).
**supervisor PM and the workers info exist in hcmWorker table , department name in
OMOperatingUnit table.
Data Entity return project number, name, start date, end date, resolution number, resolution
date, supervisor PM (full name) and project state.
**The mentioned fields are mandatory you can add other fields (optional) .
Download