question

SimonisGregoryDOT-2163 avatar image
0 Votes"
SimonisGregoryDOT-2163 asked SimonisGregoryDOT-2163 answered

How do I capture the URL to the CREATE AN ALERT window for the Home page of a SharePoint site?

How do I capture the URL to the CREATE AN ALERT window for the Home page of a SharePoint site?

I want to add a link on the home page that takes users directly to the CREATE A NEW ALERT window for the home page. How do I capture that URL?

61566-createanalert4thehomepage.png

I don't want users to have to do the long method of accessing the CREATE A NEW ALERT window for the page - Click on the PAGE tab, Click the ALERT icon, Click SET AN ALERT ON THIS PAGE.

There must be an easier way!


office-sharepoint-online
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JoyZ avatar image
0 Votes"
JoyZ answered JoyZ commented

Hi @SimonisGregoryDOT-2163,

Please refer to the following steps to meet your requirements:

1)Go to Site Pages library, click Manage alerts option at library level:

61762-image.png

2)Go to the new alert page by selecting the "Add alert" link:

61763-image.png
3) Choose the Site Pages library then click Next, now copy the address bar, this is the new alert link of Site Pages library:
61723-image.png
4)Add the ID parameter of home page between ?list and &source in the URL, per my test is &ID=1 :
61772-image.png

Now, we have captured the new alert URL for the SharePoint homepage, we can then add it as a news link in the homepage.

As a supplement, we could also get the link directly use Fiddler, when the list item alert dialog pop up, fiddler will capture the url as shown below:

61742-image.png

More information for your reference:

https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/DecryptHTTPS

Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


If an Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



image.png (24.9 KiB)
image.png (8.5 KiB)
image.png (8.9 KiB)
image.png (8.9 KiB)
image.png (7.2 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @SimonisGregoryDOT-2163,

I’m checking how the things are going on about this issue. Whether the post helps you?

You can accept the post as answer if it helps.

Thank you for your understanding and support.

0 Votes 0 ·
SimonisGregoryDOT-2163 avatar image
0 Votes"
SimonisGregoryDOT-2163 answered

Sorry Julie, your method did not work for me. Below is what did:
How2 – Create a link to the Create Alert window/page for a SP web page

  1. Go to Site Pages library --> Click Manage alerts option at library level:

  2. Go to the new alert page by selecting the "Add alert" link:

  3. Choose the Site Pages library --> Click Next --> Copy the address bar

  4. This is the New Alert link of Site Pages library

  5. Add the ID parameter of home page between ?list and &source in the URL, per my test is &ID=1 :

  6. Now, we have captured the new alert URL for the SharePoint homepage, we can then add it as a news link in the homepage.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.