我需要有关SharePoint的帮助。
我有两个用户(UserA和UserB)在同一组(GroupA)中,该组对应用程序具有完全控制权。这意味着,他们可以添加新用户。
但是,当UserA登录时,将看不到“添加用户”选项。但是,当用户B登录时,会显示该选项。
有什么想法我可以在哪里检查一下吗?
我需要有关SharePoint的帮助。
我有两个用户(UserA和UserB)在同一组(GroupA)中,该组对应用程序具有完全控制权。这意味着,他们可以添加新用户。
但是,当UserA登录时,将看不到“添加用户”选项。但是,当用户B登录时,会显示该选项。
有什么想法我可以在哪里检查一下吗?
运行<code>inetmgr</code>并选择您的应用程序,右键单击选择权限并进行检查。要进一步检查,您可以转到高级选项卡。
How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it s size limit? Thanks for your ...
I m looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom ...
We have a requirement to retrieve document details from a sharepoint document library. We understand that we can use either list web service or search web service. Can any one please let us know which ...
I want to enable Authorization on the Site map provider. We have enabled anonymous access to the site and we want the Site map provider to be visible only to authorized users. I tried ...
I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...
I m sort of new to the custom parameters that can be setup on a DataView Webpart. There are 6 options: - None - Control - Cookie - Form - QueryString - Server Variable I think that None, Cookie and ...
I am accessing the SHDocVw.InternetExplorer from the SHDocVw.ShellWindowsClass(). I can see the page that the browser instance is currently on (the LocationURL property), but what I really need is ...
In SharePoint I can create a list column of type Number . I need to store monetary amounts and would like to be able to use this column type rather than having to create a new one. Are values of ...