How do I get hierarchy of a team in an organization using outlook api - outlook-api

I want to retrieve the hierarchy of a team from manager and who reports to them using outlook api, can anybody suggest me how to do this.

Related

Microsoft Dynamics 365 and ASP.NET Core Web API

I am working on an ASP.NET Core 5 Web API project, and I have some actions that need approval from a specific user to be implemented.
For example: the user wants to update the price of a product, but this action needs approval from his manager to be completed.
I was trying to find a workflow engine that works well with .NET and since the organization that I'm working for already has Dynamics 365 and it has its own workflow engine, I'm trying to use it with the project to handle actions that need a workflow.
Any help or suggestions?
Thank you
This seems like a good fit for flow approvals.
In short, create a table in dynamics to track your request and trigger a flow approval off the create of the record.
See: https://learn.microsoft.com/en-us/power-automate/modern-approvals
The example shows SharePoint being used to trigger an approval, but that can simply be replaced by dataverse (the engine the d365 is running on)
Edit : this vid has a walk though of its use https://m.youtube.com/watch?v=VHiDP13U_HM

Automatically Upload Job offers to Linkedin

I've read much about implementing LinkedIn into my website, but is it possible to upload job offers from an external software directly to LinkedIn?
I’m working with an SAP based recruiting management software. One of the function it is capable of, is to create job offers. But until now, they are only internal. I want to implement a function, which allows the user to automatically upload a job offer to LinkedIn.
Does LinkedIn provide some kind of support for such kind of work? XING for example, offers you documentations for a connection via API or XML. Is there something additional existing for LinkedIn?
Looks like it isn't available for the normal APIs. They have a specific section based on their "Talent Solutions" that may be of interest. Looks to be a paid program
https://developer.linkedin.com/partner-programs/talent

Microsoft Dynamics Integration with Magnolia

We need Magnolia 5.5 integration with Microsoft Dynamics(CRM) but as per the following magnolia documentation the integration is not available out of the box with Magnolia. Magnolia Documentation
How can we build that functionality in Magnolia, please advice.
Thanks in advance..
All depends on what kind of API Dynamics exposes for such integration. And what features of Dynamics exactly do you want to integrate.
If there is any REST based API, you can have a look at similar integrations (those for SugarCRM, Eloqua or SalesForce come to my mind) and do what needs to be done. Source code for the above integrations provided by Magnolia is AFAIK available to all Enterprise customers.
Typically you have two parts of the integrations
- backend one where you create content connector for an app and the app directly to allow your editors to interact and select items from Dynamics, and
- some templating functions that allow templates to understand items previously selected by the editors and retrieve those from Dynamics when rendering the template.
- typically you will also have to deal somehow with authentication between Magnolia and Dynamics and (unless all is super fast) with caching items retrieved from Dynamics in Magnolia in some form of volatile cache.
But really, any more details on what to do and how depends on the use case. It would be different for building customer self service portal and for e.g. just listing phone number of the sales/support rep closest to visitor of the site based on geolocation.

LinkedIn API using asp.NET

I'm making a social platform for my university in asp.net. I need to integrate the LinkedIn API in my site to fetch profiles, their current work and all other relevant information. The profiles should be of people who are associated with my university. I don't know how to use/integrate the LinkedIn API. I have read https://developer.linkedin.com/documents/profile-api and http://developer.linkedin.com/documents/linkedin-api-resource-map but I could not understand how to use it. Please guide me how to use/integrate it.

Create Subscription programmatically in Reporting Services

I need to create a subscription for my SSRS reports in an asp.net page.
I can show the reports in a reportviewer using Reporting.WebForms.
SSRS is on the another computer in my network. For reportviewer, I use "admin" and "pass" for credentials which is the SSRS machine's admin username and password and it's ok. And admin has all the roles for SSRS reports.
But when I try to createSubscription via ReportingService2006 web service I can't make it.
I'm not a professional nor amateur. searched the web a lot.
tried this and the odetocode version of this:
1. technet - something similar 1
But couldn't make it happen. Really appriciate any help. thx in advance.
An alternative would be to setup some of your reports using "Data driven subscriptions". I find its pretty easy to manage this if your going to be doing alot of updates to your report subscriptions. It will allow you to interact with user subscriptions via a custom SQL table.
You can find a MSDN tutorial on setup for Data driven subscriptions here
There is a good article and source code here, it's the best info on this topic I've found so far.
http://www.codeproject.com/Articles/36009/Programmatically-Playing-With-SSRS-Subscriptions
There is also a class reference here
http://msdn.microsoft.com/en-us/library/ms165967%28v=sql.90%29

Resources