简体   繁体   English

连接到Active Directory以创建动态组织结构图

[英]Connect to Active directory to create a dynamic organizational chart

I have a few questions regarding how to connect to Active Directory to create a dynamic organizational chart. 关于如何连接到Active Directory以创建动态组织结构图,我有几个问题。 First I want to say that this topic is new to me and I don't have any background in dealing with AD or asp.NET, so I want to know if this scenario is possible to implement: 首先,我想说这个主题对我来说是新的,并且我在处理AD或asp.NET方面没有任何背景,所以我想知道是否可以实现此方案:

I want to create an organizational chart in a webpage that is connected to AD so that it can dynamically reflects the changes in employees positions and departments. 我想在连接到AD的网页中创建组织结构图,以便它可以动态反映员工职位和部门的变化。 I was thinking about using Sharepoint 2013 or an asp.NET page. 我正在考虑使用Sharepoint 2013或asp.NET页面。

If the answer is yes, can you please estimate the time required to learn and then implement something like that? 如果答案是肯定的,您能估计一下学习和实施类似内容所需的时间吗? Because I only have 2 weeks for the project. 因为我只有2个星期的项目时间。

Thank you in advance, if you have any suggestions or know applications that does this please feel free to tell. 在此先感谢您,如果您有任何建议或知道这样做的应用程序,请随时告诉我们。

Yes, SharePoint has the inbuilt ability to create an organisational chart from AD. 是的,SharePoint具有从AD创建组织结构图的内置功能。 There is a web part called OrgChart and you can add it to any page in your SharePoint site you like. 有一个名为OrgChart的Web部件,您可以将其添加到所需的SharePoint网站中的任何页面。

This is of course assuming that you have properly configured the user profile service and that the manager property has been set. 当然,这是假定您已经正确配置了用户配置文件服务并且已经设置了manager属性。 User Profile Service configuration is notoriously problematic, but if you've already got this set up, it will be a 5 minute job. 众所周知,用户配置文件服务配置存在问题,但是如果您已经进行了此设置,那将是5分钟的工作。

See this blog for further information on adding OrgChart step by step> https://sharepointmaven.com/how-to-create-an-org-chart-in-sharepoint/ 有关逐步添加OrgChart的更多信息,请参见此博客> https://sharepointmaven.com/how-to-create-an-org-chart-in-sharepoint/

Without User Profile Service configured, it could take a good couple of days (worst case - you might be lucky to get it sorted first time!). 如果未配置User Profile Service,则可能需要几天的时间(最坏的情况-您可能很幸运第一次进行排序!)。 Here is a step by step on setting this up > https://www.c-sharpcorner.com/article/setup-and-start-the-sharepoint-2013-user-profile-service/ 这是逐步进行设置的步骤> https://www.c-sharpcorner.com/article/setup-and-start-the-sharepoint-2013-user-profile-service/

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM