Questions tagged [alerts]

446 questions
5
votes
1 answer

SharePoint List Subscriptions

If I have "Full Control" permission on a list, is there a way for me to see all the individuals who have an alert set for that list? Some people in my department are better at managing their own subscriptions than others, and this is a question I…
Maitus
  • 729
  • 2
  • 6
  • 14
5
votes
1 answer

iPhone + In App purchase + change alert message

I have implemented In App Purchase in one of the existing application, it's working fine. But the problem is that whenever I tap on any of the locked feature (where I have implemented In App code), it show me the alert message with title like…
pratik
  • 4,419
  • 8
  • 41
  • 65
5
votes
1 answer

How to add a new SharePoint alert via Web Services

I found the Alert Service but it only seems to have methods for Getting and Deleting. How do I add a new alert?
tecmo
  • 131
  • 1
  • 7
4
votes
3 answers

The Azure Alerts using webhook to Slack is not working

I'm using Azure Alerts to use webhooks. I added the webhook in the action group. The URL I used is the one from Slack. I also added a Notification Type Email. The notification email gets triggered but I am not receiving any message in the Slack…
cam
  • 129
  • 1
  • 12
4
votes
2 answers

What does 'identity' mean in SwifUI and how do we change the 'identity' of something

I'm new to SwiftUI and I'm having problems with presenting Alerts back-to-back. The description of the .alert(item:content:) modifier has this written in it's definition: /// Presents an alert. /// /// - Parameters: /// - item: A…
rayaantaneja
  • 1,182
  • 7
  • 18
4
votes
1 answer

SharePoint 2010: Create "Alert Me" button

Hopefully this is an easy one... I need to create an "Alert Me" button on my custom SharePoint masterpage which when clicked, will direct the user to a pre-populated "New Alert" page for that particular site/list. The OOTB blog site template already…
user592501
4
votes
1 answer

How to suppress "overwrite existing data" alert within a pivottable update event?

Situation: I am using a PivotTableUpdate event to clear a range to the right of a PivotTable and then insert values, in the next available column, to the right of the PivotTable.DataBodyRange. Single slicer item selection: In the first image below,…
QHarr
  • 83,427
  • 12
  • 54
  • 101
4
votes
3 answers

replace javascript alerts with modal

how to replace javascript alerts with a modal box? The javascript alerts are triggered through an echo depending on some database results if response is a { } else {
Prakash Bholah
  • 43
  • 1
  • 1
  • 3
4
votes
1 answer

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } If I just change confirm to jConfirm this not enough to…
lena
  • 119
  • 1
  • 12
4
votes
5 answers

How might I display a "legal drinking age" alert for a website?

I have a website where you're supposed to be 21 or older to buy the wine from this site. How do I put an "alert" up stating that by clicking through to the buy pages you certify that you are 21 years or older?
Debi
3
votes
1 answer

data flow visualisation with real-time data

We are building a flow diagram for business alerting. The diagram gives importance to the data-flow and not the "Source" or "End" systems. The flow diagram is dynamic (color and width of connectors change based on alerts) where each of the flow is…
diaryfolio
  • 605
  • 10
  • 24
3
votes
3 answers

How to make a javascript alert NOT say the name of the page?

My webapp alert looks like this: InputCoordinates.html Latitude must be filled out. I would say this looks unprofessional and rough around the edges. Is there a way to stop the alert from displaying the pagename?
temporary_user_name
  • 35,956
  • 47
  • 141
  • 220
3
votes
0 answers

SharePoint alert mail language

Is it possible to change language of SharePoint (2010) alert emails? Priority for out-of-box solutions.
Paulius
  • 241
  • 1
  • 4
  • 14
3
votes
1 answer

how to disable chrome notifications popup in selenium webdriver in python

from selenium.webdriver.chrome.options import Options opt = Options() opt.add_argument("--disable-infobars") opt.add_argument("start-maximized") opt.add_argument("--disable-extensions") opt.add_experimental_option("prefs", {\ …
Pranzal360
  • 60
  • 1
  • 5
3
votes
1 answer

Creating Datadog alerts for when the percentage difference between two custom metrics goes over a specified percentage threshold

My current situation is that I have two different data feeds (Feed A & Feed B) and I have created custom metrics for both feeds: Metric of Order counts from Feed A Metric Order counts from Feed B Next steps is to create alert monitoring for the…
1 2
3
29 30