Forum Discussion
CapstoneBoone
May 02, 2020Copper Contributor
Create Single link/page for Visitors
Hello! We manage apartment communities for 80 different owners. We have created a landing page for each client that lists their properties, from where they click to obtain financials, budgets etc. ...
SteveKnutson
May 02, 2020MVP
CapstoneBoone a couple of approaches:
With a List - user will need to click the link:
- Use a List to store the home page for each user and their username.
- Create a view to filter by "[Me]"
- Create a landing page (for all users) with a List webpart using the filtered view (they will only see their link)
Second option is to use Javascript to do something like this
CapstoneBoone
May 03, 2020Copper Contributor
SteveKnutsonHello Steve! Thank you for your response. I will work on this approach.