I'm actually trying to get splistcp to work (referenced in hxxp://stackoverflow.com/questions/272630/how-to-documents-from-sharepoint-2003-to-sharepoint-2007-with-versioning/884609#884609), it seems perfect for my situation. However I keep getting a message saying that there was a problem accessing the destination SharePoint list web ser...
I am trying to create a custom field type which will display values based on another field in the same list. (basically, display some images based on the value of the source column)
Since this column derives it's data entirely on the basis of another column, i need to make sure the column values are not stored in the database.
So, i t...
I have a calculated field in a list with this formula: =CID & " - " & Title. When viewing the list, it might display as: "2 - Big Meeting". When I grab the value from code like so: myItem["CIDandTitle"] the value comes back as: "string;#2 - BigMeeting". Is there a "correct" way in sharepoint to extract the value or should i simply spl...
I am trying to add new fields and a new view to the a SharePoint KPI List. The KPI List displays two views:
All Items
KPI List
I am not able to add or remove any fields that are displayed in these two views by default. When trying to create a new view it displays the four columns Indicator, Goal, Value, Status irrespective of what co...
In SharePoint many fields id-value pairs that are formatting like the following id;#value. This is further complicated with fields like multi-lookup where when extracting the value of that field can yield results like id_1;#value_1;#id_2;#value_2;#id_3;#value_3
I am wondering if there is any known built in function that will simplify t...
I've created a series of meetings in SharePoint 2007. All meetings have a common "base" agenda, but each meeting will have its own unique agenda items.
Is there a way to implement that in SharePoint? If I set the agenda items to be "series items", I'm not able to deviate from that list for individual meetings. That's the problem
...
Is it possible to export a site definition (NOT a site template) using stsadm? I'm looking for a way of getting an export of ONET, WEBTEMP and any required features.
...
I have a site A. I created two events(meetings) on the site, each one with its own workspace. In one of the meetings, I added a list--a "Project Tasks" list, in particular--and I want to be able to display that list on the other event's workspace. I also want to be able to synchronize the two, so that any items added to one list get a...
I'm looking at adding moderator comments to the MOSS discussion board. The requirements are:
Moderator comments can be added to any message
Only a user with elevated permission e.g. a Site Owner should be able to add moderator comments
Moderator comments should be rendered differently to the related message
The modified list should be...
I have a site collection with the following structure:
Sales Dept Site (site collection top-level site)
Sales Dept Sub-Site 1
Sales Dept Sub-Site 2
We now have a need to insert a new top-level site so that the new structure will look like the following:
Sales Public Site (site collection top-level site)
Sales Dept Site
Sales D...
I'm trying to find a way to hide a user profile in SharePoint temporary from the People search result.
What are the possible solutions?
Is it possible for me to set some kind of crawl rule to skip some user profiles based on a flag? or Can I lock a user profile?
Thanks,
Siriwat
...
I am having problems with a MOSS 2007 server behind an ISA 2006 server. It seems the problem may be how ISA is configured or how the AAMs are set up but I can't seem to determine which. Can someone explain what the AAMs are supposed to do? It seems they are simply supposed to rewrite the URLs so that the http: is encoded into a https: a...
Past, now irrelevant back story: I was trying to make some changes to BlueBand and get 'up and running pretty quickly' but after looking at it further this is no longer an option due to tables that a previous developer introduced into the layout. I'll have to live with this and make what tweaks I can.
So, looking towards future greenfie...
I have set up MOSS 2007 Enterprise with a calendar that I have added custom columns to. We have synced this calendar in Outlook, and it works great creating and editing events from either SharePoint or Outlook.
The issue is that I want to be able to add two extra fields to the New Event form in Outlook that I have added to the SharePoi...
My MOSS 2007 instance (IIS 6) uses Windows Authentication and IIS' Directory Service Mapping (against Active Directory), allowing the user to authenticate using only her smartcard client certificate, without any username/password, and regardless of what (if any) domain the client workstation is joined to. The IIS instance is set to requ...
I have a couple of questions regarding SharePoint 2007.
Is it possible to bind a List View Web Part to SQL Analysis Services using SharePoint configuration?
I have two webparts. When clicking one row of a List View Web Part, I want to show a chart in another web part based on the value on the clicked row. How can I achieve this functio...
We are creating a BI dashboard using SharePoint Portal Server 2007 and have following requirements and could you please tell us it is possible to without creating custom web parts.
1)
When user clicks on a row in list web part, is it possible to refresh another web part based on the selection in first web part.
2)
Can we connect KPI and...
How do I connect a SharePoint web part to a SQL Server database?
...
In a SharePoint 2007 web part, I want to delete an existing property and replace it with a property using a different name. I want to get the value from the existing property and assign it to the new property.
How should I do this?
...
I am trying to add a webpart using the AddWebPartToZone webservice (the ChatterBox webpart 1.0, CAB via command line) and I receive a SOAP exception.
I have installed the web part (1.0 CAB version and not the AJAX version) via command line and it works fine if you import the webpart to a page manually. We have also checked to make sure ...