Mandatory Requester Name
For requester name on a project we tried to account for whether the project started from a request or not by having a custom field "Requster Name" where the planner can manually enter a name if the planner starts a project without a request.
For reporting, I have a field named "Requester Name - Composite" with a calculation:
IF(ISBLANK(Requester Name)=true,Requested By,Requester Name)
The idea was the planner would not have to enter the requester name if it came from a request, since the system gathers that.
HOWEVER, we have far too many planners starting projects without a request and not filling out a requester. :-(
Is there any way to fix this process to make filling out "Requester Name" mandatory if the system's "Requested By" is empty?