Hello,
Im the SharePoint Administrator at my company.
When i try to go to someones site to delete it. using this path> Central Administration site > SharedServices1 Home page > User Profiles and Properties > View user profiles.
I then select the userid that has the site i wish to delete. Then try to manage Personal site.
I then get...
I have the following code, which is a modified version from MSDN's website, to test getting all list items where the field "UserID" matches the value specified:
Dim xmlDoc = New System.Xml.XmlDocument()
Dim ndQuery As XmlNode = xmlDoc.CreateNode(XmlNodeType.Element, "Query", "")
Dim ndViewFields As XmlNode = xmlDoc.Crea...
Hi there ,as i understand sitecollection security ,member of a given sitecollection can not view another site collection where he has no membership ,my problem is that any user from a given site collection can view other site collection easily ,how is that ? by the way ,this user is not an administrator ,he is a domain user ,with approve...
can anyone tell me how i can add new calendar type such as Persian Calendar in sharepoint
...
I'm having an issue with accessing objects within two different instances of the SPSite object if the URL to the site collection is located within two different sites (e.g., http://mysite/Docs1/ and http://mysite/subsite/Docs2/). Consider the following code:
public static void MoveDocument(Uri sourceUrl, Uri destinationUrl)
{
string...
Dear all, I am new to sharepoint and workflows. I need some help.
I am trying to do make a condition (using sharpeoint designer) which says
"if there is any engineer whose status = Available, assign the task to that particular engineer. Also, change the engineer status to unavailable after assigning the task. "
please help what steps...
We have started our effort to migrate to 2010 from 2007 SharePoint.
In 2007 we used a site definition. After the migration, it is obvious we have work to do on our 2007 site definition.
1.) What is the best path for us?
2.) Can we create a new Site Definition in 2010 and change the site definition that existing sites used to the new o...
I have a Silverlight Application, that uploads file(s) to a Sharepoint Site. I got it working for a Sharepoint site in my box and in a Sharepoint site in someone else's box, where I login using my Windows account to that site. But I am not able to upload files into Sharepoint sites which are in a different domain / use a different login...
Hi...
I'm working with the Audit framework in MOSS 2007, and I've programatically enabled Auditing for 2 specific lists in a bunch of sites in a site collection(meaning the sites all have their own two lists). I've only enabled the update mask, as I only want to know when something's been changed or added.
However, I'm only able to log...
I have created a workflow using Sharepoint Designer 2007 using "Collect Data from a user" activity which has created a Task Content Type and its Edit Form (ASPX file). In this ASPX file I want to show couple of fields from the List Item on which Workflow is running; which will help the user filling in the Task Edit Form.
Is it possible ...
We are moving from SharePoint 2007 to SharePoint 2010.
I saved a site in SharePoint 2007 as a Site Template (SiteName.stp) and I brought it into SharePoint 2010 under "Site Settings - Galleries - Solutions" - Noticed that is where the templates get saved in 2010.
But when I upload it there I cant change the Status to "Activate"....
An...
I am able to remove the left nav bar with this code:
.ms-nav {width: 0px;}
.ms-navframe {display:none;}
.ms-quicklaunchouter{width:0px;}
.ms-recyclebin {display:none;}
.ms-TitleAreaFrame {display:none;}
.ms-titlearealeft {display:none;}
.ms-titlearea {display:none;}
.ms-pagetitle {display:none;}
but it adds a left space that takes up ...
I would just like to hide the link and keep the other links like Welcome name and My Links. I just want to hide the My Site link, but I do not want to remove it from the site.
Thanks.
...
When user access My Site I want that there is already created Calander. Just the same as there is
Personal Documents,
Shared Documents
Picture Library
How to Achieve this ? There must be same installation template ..
Thank you for answering.
...
How do I create wsdl and disco files for a web service using visual studio 2008? I can create the service and run it through VS but when I try to create the files nothing happens. I also need this service to run in sharepoint 2007 as well as outside sharepoint.
...
hi
I need to retrieve values of sharepoint list with jquery
I invoke jquery:ajax call for following type of site
http://localhost:port/site/devsite/_vti_bin/list.asmx
in Processaresult function I dont get any rows but list is having two rows
I checked the webservice by adding web reference then i got the error.
Document type is n...
Hi,
Reading the answers to previous questions regarding SharePoint alerts, I have found many interesting information on how to define a custom template, for example: this article
But it looks like such customizations will actually erase the default template and impact the whole farm. Is there any way to deploy a custom alert template t...
Is there a "quick reference" guide or "cheat sheet" type document for each of the available options within the "Site Settings" page in Sharepoint 2007 ?
The settings page that I'm talking about is shown in this image: http://i38.tinypic.com/wmgqv7.png and is the one accessed via the "Site Actions" drop-down on the right-hand side of the...
I have been reading a number of articles online suggesting different approaches to migrate data in an Exchange public folder to a SharePoint Library.
Our company has a list of items tracked inside an Exchange public folder. It is just a bunch of data columns and we have to move that data to SharePoint and start using SharePoint instead....
I need the document or form to be automatically updated when the data in the Oracle database is updated. If not possible, could anyone give me guidance to a solution similar to this?
Thanks for the help.
...