
Announcements
Hello,
I want to create a canvas app to allow employees to create fleet maintenance requests. as a start the employee should face a form that contains the following fields:
- Initiator (which is the full name of the person logging in currently) and the user should not be able to edit this name.
- Employee Name (this by default is the same person as the initiator, however in my scenario I want the user to be able to change it because sometimes the one who initiate the request is not the same person as the employee.)
- Employee ID (this information should be retrieved from active directory by default depending on the name of the employee)
- Department (this information should be retrieved from active directory by default depending on the name of the employee)
- Employee Manager (this information should be retrieved from active directory by default depending on the name of the employee)
- HR Officer which is a fixed person.
- Financial Controller which is a lookup column connected to another SharePoint list that stores department names and their respective financial controllers.
- other columns
Now I want to know how I can achieve this scenario? please help.