sharepoint

Create a Sharepoint page but don't show in breadcrumb

Hi, I'm struggling to do something which I thought should be straight forward, basically I need to create an aspx page which I now realise must be put into a document library but the problem I have is it's only one page and when the page is displayed the breadcrumb has a link to the document library. We really don't want the users to b...

MOSS Collect Data from user custom email

Hi, I am trying to send out a custom email, after the Collect Data from user step in my primary workflow which starts when an item in list X is created. I have created a secondary workflow to start when a new Task item is created (this is created by the Collect Data from user action in the primary workflow). But have a problem retriev...

Stopping the workflow if during approval process the outcome is "Rejected" in SPD

If a custom WF in SPD contains several Approval process steps regardless of the outcome of the previous approval process Sharepoint launches the next one. I am trying to change this so that the workflow is terminated if during the 1st approval process it is rejected. ...

Sharepoint InputFormTextBox: cannot change text color

Hi all I have a custom sharepoint aspx form that has an InputFormTextBox with RichText property set to true. In browser when I change the color of the text I receive a javascript error: Message: 'g_elemRTELastTextAreaConverted' is null or not an object Line: 2509 Char: 3 Code: 0 URI: http://myhost/_layouts/1033/form.js what can be th...

How to implement reassigning a task functionality to WSS 3.0?

Hi to all, I am trying to create a work flow where it should collect data's from a user. Also, in this work flow, users should be able to change tasks 'Assigned To' field value(Reassign task). I can't get it done in SharePoint Designer with these workflows: 1) A main work flow which waits second workflow to set a spesific field when i...

Can we connect Sharepoint to SQL Server 6.5?

Not able to import application definition file!! Error: The metadata object with Name 'XYZ' and of Type 'LobSystemInstance' has a Property with Name 'DatabaseAccessProvider' that has either an invalid value or Type. Error was encountered at or just before Line: '10' and Position: '10'. line 10 in ADF: <"Property Name="DatabaseAccessP...

Sharepoint publishing cache- counter missing on WFE(Object Caching)

I want to tune object caching in my sharepoint environment. The way to do is check sharepoint publishing cache counter through perfmon on your farm. I have one application server and 2 WFE but when I am trying to create counter for my WFE its showing Sharepoint publishing cache but I am not able to add any instance of it but when I sele...

MOSS 2007 Pre-Populate SSO Credentials

I'm looking to set a user's credentials for a particular webpart/application that utilizes the SSO database within Sharepoint. Can someone point me to a code sample of how I might do this in .net? The webpart/application typically stores the user's credentials upon the first use but I'd rather they not even be bothered with entering th...

CAML query with nonexistent field

We need to have a web service that queries a sharepoint list using CAML, but we do not know what version of the list that we are using. Version introduced a new field we want to use in the query if it is present, but just ignore that otherwise. If I put it in the query on the old version, we get no results. How should I check if the f...

Multiple Users working in a same SharePoint project

Hello I want to know how can multiple users work in a SharePoint project? How can we keep the code sync? How can multiple users work in a same SharePoint Server? If one guy IISRESETs the other guy gets affected. How is it done? Thank you. NLV ...

sharepoint approval workflow loop

Hi All, I am trying to set up a Approval workflow when item created and item updated event on a list and then update the approval status as workflow complete. Now when I create a new Item the workflow kicks off as expected. When I edit the same item and approve the item new workflow get started as the item get edit. It seems to be workf...

How to apply styles to sharepoint List based on Status

Hi, I have to apply colours to sharepoint List Rows based on status etc,. can anyone please tell me how to do that IN DETAIL.. Regards, hellboy. ...

Workflow's UpdateAllTasks method clears out DueDate field.

I have problem with UpdateAllTasks activity. Before executing this activity, I have a task as seen in workflow history here: But when task gets finished, i`m calling UpdateAllTasks to update some properties for every task, but DueDate column for all tasks are cleared as seen here: This particular thing is happening in updateTaskData ...

how to add particular view to the Quick Launch section of the page in Sharepoint

How do I add a particular view to the Quick Launch section of the page in Sharepoint instead (or in addition to) of the usual "default" view? ...

MOSS ItemStyle.xsl parameter

Hi, I am trying feed the site URL as a path into HTML rendered by the ItemStyle.xsl. Could anyone please give me some pointers? I need to know how I can extract the site URL from ItemStyle.xsl. Many Thanks, Nav ...

SharePoint 2010 Content Deployment Error: Cannot Create Folder "_cti/ <custom content type name

Having an issue where, on the initial push to a '' site, shortly into the importing phase SP2010 throws an error complaining it cannot create folder '_cti/Advert', with Advert being a custom content type on the source site. 26 out of 1500 objects in, the first alphabetically speaking of my custom components, so this suggests the rest won...

Display PDF - Application Page SharePoint

I am working on a Custom WebPart, for which I need an application page to render a PDF file. I am currently using following link http://support.microsoft.com/kb/306654 It works fine in ASP.NET, but gives a blank page in SharePoint. Here's the code: (PDF file is in same directory) Response.ClearContent(); Response.Cle...

how to save contact in outlook from sharepoint

Hi, I have Sharepoint site. let say it is connected to Outlook. When I will search on site for some text let say: "Manager of xyz company" definetly i Will get some data from sql content database relevant to searched query , right ? Ok I want to give "Save" Button after I found the Contact details of that manager.So is this possible to ...

How to update sharepoint list data with TeamCenter Data

Hi, I have a sharepoint List.We will get the data from TEAMCENTER from there we will enter manually into the List. Inorder to automatically update the sharepoint List with Teamcenter data is there any way???? ...

Can I integrate Solr with Sharepoint with out using Lucene Connector Framework.

Can I integrate Solr with Sharepoint with out using Lucene Connector Framework. if so should I make Solr Index the Sharepoint's underlying database ? Will this produce successful search results ? ...