Just to give background ,we bought salesforce shield plugin for our org and then we turned on the event monitoring using permission sets and now for some business reason ,need to turn off Salesforce Event Monitoring in Org
How to do that
Regards
Carolyn
Related
I have a daemon application that needs to update calendars created in Teams channels.
As far as I can tell, these channel calendars (unlike traditional Outlook calendars) do not have easily accessible IDs, so the Create event method for Calendars is not possible.
The Create event method for Group calendars documentation states that Application permissions are "not supported" so my daemon app cannot make changes.
Does a work around exist for this? Am I missing something?
As per docs the current api does not support application permission so your app wont be able to change the calendar.
Just to ask if there's a Salesforce functionality wherein we can track email send time,open rate, clickthrough rate just like in Marketing Cloud?
Marketing Cloud offers the ability to send tracking, click, bounce, unsubscribe, etc data back into Salesforce at the individual and aggregate levels. From there, you can create SF reports rather than rely on Marketing Cloud...However, this requires Marketing Cloud Connect.
Do you have Marketing Cloud Connect integration set up?
I am trying to enable Analytics in a Hybrid App that i am developing. As per the instruction in the telerik docs, i enabled analytics in my application and after that i am able to see Data in the Live Tab. But i am not able to see any data on any other tab. I enabled the automatics reporting while enabling anaytics.
Is there anything else to be done. Should i add any code or something into my project for monitoring data. Basically i am looking for data that will give me sessions and installed platforms.
By default you will have lots of information collected: sessions, users, location, hardware info, os info, etc.
Make sure to select the "Live Mode" radio button in the time period selector at the top of the dashboard. This is needed to see the data you are looking for, until the data has been fully processed.
I am the Product manager for Telerik Analytics. Feel free to reach out!
I see that bluemix has a service called Monitoring and Analytics. All I see from that service are dashboards. I am looking for the information the dashboards are providing in the form of an API. For example, if I want to be notified that my application is down or it is slow running, etc .. Is there a way for me to either receive such alerts or for an API that I can poll periodically?
thank you
The Monitoring & Analytics service does not offer an API to retrieve its collected metrics. We realize that supporting a programmatic interface would be helpful and it's in our backlog to add that capability.
However, M&A does support the other part of your question regarding alerts. There should be an Events tab in your dashboard. In the upper right corner, there's a dropdown to "Configure events policy". If you select it, you can enable Availability alerts ("Is my app down?") and/or Performance Monitoring alerts which are geared to the app's run-time type (Liberty, Node.js, etc.). In that same dropdown you can also "Configure notification". If you specify your email address in the notification dialog, you will start receiving alerts when your Bluemix application is down or running slowly.
I can capture logs in developer console or eclipse id.
How can I capture all the user and system level logs( like trigger or scheduler ) once I deployed the Apex application in sales force.
In setup -> Monitoring -> Debug Logs add the user you want to monitor.
Just note if you deployed a Managed Package most of the logs would not be available.