How to create gantt chart in lotus connections - lotus

there is a way to create a Gantt chart of an activity in lotus connections? Or is there a way to create a graph lotus connections in collecting information from the database that stores the contents of the lotus connections?

You can use Connections API to retrieve data and build a widget. See http://www-10.lotus.com/ldd/lcwiki.nsf/dx/Retrieving_activity_nodes_ic301 on how to retrieve activity data.

Related

How to handle database modifications via Power Apps?

First of all, I would like to say please do not be surprised by my question cause I'm a beginner in this sphere.
I just started work with Power Apps and I have the following task:
I need to create some "Notification Service" which will be sent the notification inside Teams group after the event in the SQL table (for example, after successful insert into table).
Could you please explain, is it possible to do via Power Apps features without writing a code?
The application must be work in background mode and automatically send information about new rows in DB.
Any your answer will be very helpful for me!
Thanks for your answers!
PowerApps doesn't have the ability to notify people this way. You have to use Power Automate. A flow can be triggered when a row is changed or modified. In order to trigger a Flow on a database, the database field must have a TimeStamp field and a primary key.

How to import data from SQL Azure to O365 outlook Calendar

Any advice is appreciated.
I am trying to import a list of user data from Azure SQL to Outlook Calendar.
I know that I can do it in PowerShell. But, looking if there is other options other than powershell.
Many Thanks,
serenity
Option 1 :
You could use Logic App / Power Automate (Formerly called Microsoft Flow)
The below connector will get the row from the SQL Server :
https://learn.microsoft.com/en-us/connectors/sql/#get-rows-v2-action-aggregation-transformation-parameter-detail
You could iterate through each row using the for each (in logic app) or Apply to each ( in power automate)
Create a calendar event accordingly using the Create event connector
Option 2 :
If you would like to provide an UI where in User will have to go ahead trigger for themselves - you could use MS Powerapps - which also has the related connectors and the actions are done under the user
Option 3 :
You could expose your server data over Rest API and consume the same in your application.
For instance, you could use Skyvia Connect for the same. In the same application you could make use of the Outlook APIs to create/manager the calendar events.

Extract Dynamics 365 read audit log data from security compliance center

I want to extract the read audit data from Microsoft security & compliance center and I have enable the audit logs for read audit logs and now I need to extract from Microsoft security & compliance center and I see the audit log created in Microsoft security & compliance center. Now I want extract or export data from Microsoft security & compliance center to Azure event hub using console app or web api.
Can anyone help me, how can I extract the data from Microsoft security & compliance center I used XRMToolBox using audit history extractor and it is extracting the audit data from CRM but I need extract or export the read audit data for Dynamics CRM from Microsoft security & compliance center.
How can I build the process? I checked my website I don't see any proper resource.
It’s little bit tricky and not so straight forward. You can get a webhook trigger for new data once ready, then you need to parse it and send to your event hub.
Office 365 Management Activity API reference
The Office 365 Management Activity API aggregates actions and events into tenant-specific content blobs, which are classified by the type and source of the content they contain.
To begin retrieving content blobs for a tenant, you first a create subscription to the desired content types. If you are retrieving content blobs for multiple tenants, you create multiple subscriptions to each of the desired content types, one for each tenant.
After you create a subscription, you can poll regularly to discover new content blobs that are available for download, or you can register a webhook endpoint with the subscription and we will send notifications to this endpoint as new content blobs are available.
Note:
When a subscription is created, it can take up to 12 hours for the first content blobs to become available for that subscription. The content blobs are created by collecting and aggregating actions and events across multiple servers and datacenters. As a result of this distributed process, the actions and events contained in the content blobs will not necessarily appear in the order in which they occurred. One content blob can contain actions and events that occurred prior to the actions and events contained in an earlier content blob. We are working to decrease the latency between the occurrence of actions and events and their availability within a content blob, but we can't guarantee that they appear sequentially.
Sample logs and schema reference.

How to expose OData feeds using Power BI?

I currently have internal users using the inbuilt OData feed exposed by Dynamics 365 Online. I would like expose a portion of the feed to anonymous users, based on the results of a predefined query, e.g. all contracts created more than one year ago, and only particular columns.
I was hoping Power BI Online could be configured to act as an intermediary and expose OData feeds based off queries.
Is this possible? Or does Power BI Online only consume data?
No it’s not possible. Dynamics CRM feed need authentication to show entitled data. PowerBI cannot generate feeds just consumption for reporting & data visualizations.
Either you can develop your own open API in which some service account can be used to impersonate for accessing filtered Dynamics CRM dataset, PowerBI can consume that API.
Or some SQL/Exported excel file in onedrive can be used as data source.

Can I pull a daily sessions report from Kentico?

I am trying to pull a report that shows the amount of daily sessions. We are looking at a new analytics software that bills by the session-not page views. We need a report that counts how long an individual user stays on the site.
There is no report by individual user within Kentico. The analytics data is not tracked like that, it is aggregated. If you have an EMS license you could create custom activities, then create a report based on those custom activities per user/contact.

Resources