Concerning setting the CustomDefaultLocation in ArcGIS Pro 3.1, is it possible to get more granularity on the default location?
<LocalProject>
<CustomDefaultLocation isLocked="true">\\dataserver1\Team_Defaults\Projects</CustomDefaultLocation>
</LocalProject>
Rather than just send users to \\dataserver1\Team_Defaults\Projects is it possible to send them to
\\dataserver1\Team_Defaults\Projects\*USERNAME*\ in other words, they are sent to a specific folder which is based on their Windows username?
This would make the user experience more streamlined, in that they would not have to make one more click to select their exact folder, they will also be spared the mistake of accidentally writing their project to the folder of a team member. Also users would not end up saving projects too high at the \Projects level, and I can pretty much guarantee that will happen as well.
Thank you.