moss

Modifying SharePoint KPI List views

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...

Are there any other classes like SPBuiltInFieldId and SPBuiltInContentTypeId?

Are there any other built-in classes similar to SPBuiltInFieldId and SPBuiltInContentTypeId? I am creating a feature that will be deployed to both English and Polish site collections. It uses a custom Web Service - when I need to access some list or Web Part, I have to check the current language and use a proper name ("Site Template Gal...

SharePoint Server 2k7 / Office 2003 Integration problem (CT prob.)

I have a bit of problem with MOSS (uptodate under 2003 r2) and Office 2003 integration. Customer particularly wants Office 2003. Problem So, when you make "new" document in the document center and document template is triggered and you hit "ok". In here everything is fine. Your doc is read and you hit "save" in Office Word 2003 and t...

MOSS Site Definitions and .WSP development to production

I'm using the minimal publishing site definition from codeplex to give me a basis for a publishing site. I've created this site in a virtual dev environment. I've then deployed a .wsp that provides a theme for the site. My question is relating to how would I then best combine the site definition and .wsp for a move to production - what...

CAML cannot reference Custom Properties in custom fields.

I am trying to create a custom field type in SharePoint. My custom field type has a custom property called CustomProperty. <FieldTypes> <FieldType> <Field Name="TypeName">CustomField</Field> <Field Name="InternalType">CustomField</Field> .............................. .............................. <PropertySchema...

In SharePoint 2007, how can I include some common items in a list, and some unique ones for each instance of the list?

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 ...

MOSS Calendars

Hi Can I link a MOSS calendar web part to a shared Outlook/Exchange Calendar so that changes are reflected in both? All the best ...

How decide what to put in a MOSS site template/definition

Hi When deciding on what elements to include in a MOSS site definition, i.e. lists, libraries etc. is there a rule of thumb on how best to make this decision? Would appreciate anyones suggestions. All the best ...

How do I create a Sharepoint list via a feature receiver and an existing list template

I have a list template in a MOSS List Template Gallery and I need to create a list using this template from a feature receiver. This sounds really easy but I cannot find a way of doing this. SPWeb has a GetCatalog method that returns an SPList with 1 item - my template - but it is an SPListItem and I need an SPListTemplate. How can I ...

Is it possible to export a site definition in MOSS/Sharepoint using STSADM?

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. ...

In SharePoint 2007, how can I have one list displayed on two different sites/workspaces?

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...

Sharepoint features, custom aspx pages at various site levels

I've asked a similar sort of question here but what to be more specific. I want to be able to deploy a solution and activate a feature that provisions various custom aspx pages to different site levels within my web site. So my first custom aspx page would be at the root: http://example.org/custompage1.aspx And then another custom asp...

MOSS Discussion Board with Moderator Comments

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...

SharePoint API to get Crawling information

I'm trying to create a custom report that shows Current Crawling Time/Duration with Status on either Full or Incremental Crawl. Does anyone know what the API that I can use to get such the information? ...

How do I get a web part to refresh in IE?

I have a SharePoint web part that gets XML data from an .ASHX page, parses it and displays it using JavaScript. Everything works fine, until the XML changes. When I view the web part in IE, the new data is not updated until I close the browser. Even doing a CTRL-F5 does not grab the new data. Firefox displays the new data immediately...

MOSS and the Business Data Catalog - any good documentation?

Can anyone point to any good 'beginners walkthroughs' for the Business Data Catalog in MOSS 2007 Enterprise? It seems to be very powerful, but all the official guides assume preexisting knowledge. ...

How do I access the onresize event from a SharePoint Web Part?

I have some JavaScript that will execute within a SharePoint web part. I would like to have a function execute when the window is resized. Normally I would use <html> <body onresize="resizeFunction();"> </body> </html> but in SharePoint things start to get hairy. I have an onload function that I am able to use thusly: _spBodyO...

How do I determine the size of a SharePoint list?

I have a list with roughly 5500 items, and I would like to find out the size on disk. Is there some way I can do this? I don't mind running a query in the database, if necessary. ...

Add Web application to Moss

If I add an application from vs 2005 to Moss and I have a class in a separated file (but inside the application) everything works but not the class. How can I make it work? I am not refering to an separated DLL. ...

SPSiteDataQuery problem with Eq on Number fields

Ok, so what I wan´t to do is to perform a SPSiteDataQuery that gives my all the SPListItems which are of a certain content type and with the field Year of 2008. <Where> <And> <BeginsWith> <FieldRef Name="ContentTypeId" /> <Value Type="Text">0x0101010053B766E295F2456DA0470906DC0E36F9</Value> </Be...