Forum Discussion
Project Site - Navigation link broken on Project Detail Page
Hello Ana-S ,
This is by design as the Project Details links are added by the Project Server Project Site provisioning process. To get around this, you need to update the navigation post site creation. You can either do this manually or write code to do it. You could automate all of this if you wanted, trigger your custom code to run on the site created event in SharePoint. The SharePoint PnP remote provisioning could be an option: https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/pnp-remote-provisioning
Paul
- Ana-SJan 27, 2023Brass ContributorThank you Paul. I am newbie in SharePoint concepts.
We have on Premise 2019 system. Could you please elaborate bit more/some samples on how to update the navigation on post site creation. I understand you mentioned writing the code, which I am interested in. You mean CSOM/REST API. How do we automate the code?
I read a link you provided on Remote provisioning but haven't caught up on understanding.- Paul_MatherJan 29, 2023MVP
Hello Ana-S ,
On this forum, I can only point to the docs. I couldn't cover this in a 1 line code snippet etc. It might be best to engage with a SharePoint developer / Microsoft partner to support you.
I hope you get something sorted.
Paul