Currently for PPM we show the primary project approver like this:
and GL like this:
Possible changes:
PPM will only have 1, but the GL can have many, but we can limit that to the top x (5?)
So, we can move the PPM project manager to a new line below that and possibly attach a who lookup to the email.
For the GL, we can list all x of them and again with a who lookup.
We would want to change the "label" for these people as PPM and GL are different.
There is an Aggie enterprise api endpoint to look these up ErpDepartmentApprovers but they need to be filtered to .Where(a => a.ApproverType == "Fiscal Officer Approver")
Currently for PPM we show the primary project approver like this:
and GL like this:
Possible changes:
PPM will only have 1, but the GL can have many, but we can limit that to the top x (5?) So, we can move the PPM project manager to a new line below that and possibly attach a who lookup to the email. For the GL, we can list all x of them and again with a who lookup. We would want to change the "label" for these people as PPM and GL are different.
There is an Aggie enterprise api endpoint to look these up
ErpDepartmentApprovers
but they need to be filtered to.Where(a => a.ApproverType == "Fiscal Officer Approver")