In AD we have these two OUs:
OU=Accounts - Standard User
OU=Accounts - Restricted User
The Search base in the connection for our user profile import contains this:
OU=Accounts - Standard User,DC=in,DC=company,DC=com
The import works great for this single OU.
I tried making a second connection but SharePoint will not allow multi...
I`v added a hyperlink (SPFieldUrl class) column (field) with GUI to my list.
Pity, but I cannot filter those values when viewing the list.
(It reads that you cannot filter this column type)
Is there any way to have it easy filterable with clicking on columns besides creating a custom view?
Thank you.
...
Here's my situation:
I'm working in SharePoint 2007 Enterprise, I have a feature that creates a list for me when I deploy and activate it. My usual workflow thus far has been to deploy the solution, activate it, then open up SharePoint Designer to customize the list.
My customizations are typically pretty complex, but I'll keep things ...
Hello,
We use variations in order to support multiple languages in a site. We have es-ES and ca-ES variations. Then we have page layouts with couple of tags where we want to show texts loaded from resource files. We also have some resource files - MyRes.resx, MyRes.es-ES.resx and MyRes.ca-ES.resx. When we are in ca-ES variation I see t...
the icons in the Central Administrationof MOSS 2007 are not getting displayed . It is showing a cross sign and teh message attached to the cross is USE Shift + Enter to open the menu [new window]
...
I have created a CustomAction feature to add a button to the "Actions" menu on a list. When I don't specify the ControlAssembly/ControlClass attributes then the button shows up. When I specify those attributes the button does not show up. I have tried adding a matching SafeControl element in the site web.config. I am using VSeWSS.
U...
I keep seeing this error sporadically during solution deployment and/or feature activation...
Copying of this file failed .
This operation uses the SharePoint Administration service (spadmin), which could not be contacted. If the service is stopped or disabled, start it and try the operation again.
The following is the PowerShell scri...
Hi,
I have added a DataView Web part to a SharePoint. After making some customization The web part renders fine when I log in as an Admin, but with a reader account I don't none of the changes I've made to that web part.
Cheers
...
I have items in a list in a SharePoint 2003 site that I need to add to an existing list in a 2007 site. The items have attachments.
How can this be accomplished using PowerShell or C#?
...
When checking in a document I execute a web service within the ItemCheckingInEvent. In Dev, no problems. I deployed the app out and it turns out I don't have enough privileges to read a configuration file. My code reads a config file to create the WCF proxy. The real issue is how can I get a return back from my function if I use the ...
Howdy,
I am creating a custom ContentType for SharePoint 2007 as a feature scoped to the site collection. When I attempt to activate the feature, I get an error page with only this clue: "Value does not fall within the expected range"
Here are my XML files
feature.xml:
<?xml version="1.0" encoding="utf-8"?>
<!--Created by STSDEV at...
I am trying to create a document approval work flow without sending any email.how could i know that the document is approved .
...
Hi
I am trying to implement Ajax in SharePoint.
I have installed AJAX extensions 1.0 in MOSS2007 but I am not able to find the extensions in my SharePoint Designer.
Can anyone help me in this issue?
...
I'm trying to display the ListItems in a gridview.
Please help me in finding a way to access the list items.
using (SPSite site = new SPSite("http://mysitehere......"))
{
using (SPWeb web = site.OpenWeb())
{
SPList list = web.Lists["TestList"];
.......
.......
}
}
Please help me in accessing the li...
When running Sharepoint (WSS 3.0) with Windows Authentication (NTLM), external users must supply their usernames in the form of DOMAIN\username. This makes sense, because you could have multiple domains, trusts between them, etc. However in my case, I only have one domain, and I want my users to be able to logon with their pure username ...
I am trying to implement a Workflow, where the user needs to select a destination document library.
I could figure out two possible ways:
Once the user manually starts the workflow, we would display a webpage where he would select the destination document library.
we would initially display a webpage. where User would select the dest...
Does anyone know how to remove the time from a SharePoint 2007 Calendar month view?
I could do this using some jQuery but would like to know if it is possible via configuration?
Cheers
...
Has anyone intergated ELMAH into their sharepoint environment?
I suppose it's possible as it's all ASP.net but I just wondered if anyone had done it and if there's a walk through on how to achieve it.
...
Hello All,
I'm going to need to push and pull files from a SharePoint site that is not hosted by my company (it is external). I'm only going to get a few days (if that) to get this working so I don't have much time to experiment.
To add to my requirements/headaches, I'm going to have to implement this with VBScript. .Net would be pref...
Is there a way using ReportBuilder to set the size of a report such that there will be no scrollbars displayed in the Report Viewer Web Part for a smallish report?
...