reporting system between manager and employee by workflow
I want to make reporting system between manager and employee by workflow.
For example, I want to manage bussiness case by project(A,B....).
Person in charge predict the budget for project and input the budget(for employee) in table.
After the employee(Smith) input the budget, Smith report it to Harry(manager) .
After Harry noticed it, Harry input the budget with Considering harry's opinion.
In plan A ,if David does not input the budget, Lon can not input it.
Project | person in charge | Budget (for employee) | Manager | status | Budget (For manager) | result | |
A | Smith | 100 | Harry | Complete | 120 | 120 | |
B | David | 200 | Lon | Not started |
|
when I make this model, can I use workflow?
we only have idea that writing/Reading access in lineitem
Answers
-
-
Hello @hyudolee
It seems that DCA could help you establish and elaborate simple workflow process.
You could find info about DCA here:
I would see this like following process:
1) Smith is proposing number and click boolean checkbox to "submit" a number. On this step DCA will block to read only proposal cell and "submit" cell.
2) Manager Harry will review this number and could mark checkbox to approve this or input his adjustment, which will fill final number using if-then-else statement.
Regards, Nikolay
0