2
votes
0answers
130 views

Infinite loop error when using delimited repeating table from InfoPath

I am using a form template from infoPath 2007. The form has a repeating table. When the user enters data into a field I want a delimiter to append to the end of the line- so that I can easily export ...
2
votes
0answers
98 views

BCS and External List: Validations and Business Logic

I have been able to define an External List through a WCF Service. This works well, but I am now moving onto more advanced scenarios - I would like my Create, Update and Delete methods to implement ...
2
votes
0answers
306 views

Setting an audience from declarative WebPart?

I have a module that deploys some page. I'm adding webparts to these page, using a <AllUsersWebPart> node within a <View>: <View WebPartZoneID="Body" WebPartOrder="5" ...
2
votes
0answers
122 views

Connecting web parts works in Designer, but not by editing on page

I have created some DataFormWebParts that use a web service data source in SharePoint Designer. I then exported each one to the site web part gallery. Each data source is configured with a parameter ...
2
votes
0answers
401 views

Show Author.name in custom XSL for blog post

I've been attempting to modify the XSLT on the blog posts to show the authors photo. I've managed to get the photo showing by changing the 'Created By' column to the value "Person (with picture)" and ...
2
votes
0answers
109 views

Site is Provisioned but Content Type List is still empty

I have this feature that I am trying to run in order to configure a site, this feature among other things creates pages based on content types, etc. The problem I am facing is that everytime i am ...
2
votes
0answers
172 views

Why is Infopath 2010 form view scrolling above the viewing window?

Using Sharepoint 2010 and InfoPath 2010, we have created a multiple view form. The main view of the form is the basic entry form. We have another view in the aspx file that simulates a dialog box with ...
2
votes
0answers
50 views

How to avoid loosing complex query in a view?

In a custom list definition bound to a custom content type, I attached the out of the box AssignedTo field. In the schema, I defined a view with this query : <Query> <OrderBy> ...
2
votes
0answers
286 views

Reverse lookup with Linq to SharePoint

I have two lists called ‘Events’ (custom list) and ‘Timeslots’ (calendar list), Timeslots has a lookup in to the id column of Events. Each event can have multiple timeslots. I need to show columns ...
2
votes
0answers
46 views

Remote Blob Storage and MaxSiteCollection in Sharepoint 2010

looking online I found tons of material on Remote Blob Storage so I finally realise my content "redirect" on file system. My question is very simple: in every tutorial I found the created DB has ...
2
votes
0answers
153 views

Status List Indicators for Project Task List

I am having issues setting up a status indicator for a Project Task List. I can set indicators just fine for Task lists, but not the Project Task list. Any ideas if the Project Task list is not ...
2
votes
0answers
86 views

Attaching file in data node of a list instance?

I have a custom list definition and a custom list instance in a feature. If I want to populate some data in the list at its creation, I can use the data node. How can I add an attachment to this ...
2
votes
0answers
198 views

Order field not available in a ListData.svc query

I want to query a links list using ListData.svc and have this ordered, using the query string $orderby, by Sharepoint's own internal order field. By internal order field I specifically mean the field ...
2
votes
0answers
227 views

Claims/Forms Auth and Secure Store - good use?

I have a need to provide single sign on capabilities within the same enterprise - meaning sometimes I'll need access to the user's name and password. A few examples: SSO to OWA (forms based) SSO ...
2
votes
0answers
345 views

Timeout while deploying VS2010 solution to SP2010

When deploy a solution (no sandbox solution) with many projects, I always get the following error: Error occurred in deployment step 'Recycle IIS Application Pool': The open operation did not ...
2
votes
0answers
516 views

How can you create a dynamic link to a workflow initiation form in a workflow-based e-mail?

Process: User Creates Item Admin receives "approve this" e-mail with a dynamic link Admin selects dynamic link in e-mail Admin is taken to initiation form of second approval workflow Admin selects ...
2
votes
0answers
236 views

Multivalue and single value lookup issue

Let's assume that we have two lists - Foo which has some kind of information - no matter what, and second - Cities - which holds city names. Now, we set up on Foo list lookup field to City list and ...
2
votes
0answers
443 views

How to close (make unavailable) a Sharepoint Survey after a certain amount of responses.

We are using the SharePoint Survey functionality as a place to RSVP for an event. What I am trying to accomplish is any anytime someone tries to go to the RSVP page (the sp survey) after the event ...
2
votes
0answers
287 views

Setting up alert for comments based on categories in a Sharepoint Blog

I have set up a blog on my sharepoint site and need users to be able to subscribe to the blog using the "Alert Me" option. I need each user to be able to subsribe to a certain cateogory so they only ...
2
votes
0answers
43 views

Error thrown after SaveBinary in ItemAdded event handler

I'm working on a ItemAdded event for a document library, and I'm running into this error in SharePoint 2007... The file Lists/Shared Audit Documents/1387/Audit Report.docm has been modified by ...
2
votes
0answers
110 views

OWA webpart view

I added owa webpart in 2010 but I want the view to look like following like we had in sp 2003. How is it possible as there are no configuration for it in web-part? Please suggest. 2003 look 2010 ...
2
votes
0answers
183 views

List Definition, disable modal dialog for View item form

I created two List Definitions with custom add\edit\view forms. Now I want to disable modal window only for "view form". I found solution where NavigateForFormsPages="TRUE" was used. But this ...
2
votes
0answers
492 views

Workflow: Current Item Url

I have a site set up with a workflow that sends mail with a link to a task. We use alternate access mappings in order to access this site across the company. My issue is that in my workflow, ...
2
votes
0answers
160 views

How can I remove a single entry from a multiple People and Groups field via workflow?

Using a workflow (and anything else Middle Tier including scripting), can you remove a single name from a multiple-user Person or Groups field? I'm toying with the idea of a "subscription" model: ...
2
votes
0answers
164 views

Print Preview Infinitely Growing Page Count

We are experiencing a SP2010 print preview problem where the page count infinitely grows. The expected response from a SharePoint page when selecting page preview is to show the current page content. ...
2
votes
0answers
74 views

Permissions set for documents in a library don't work from hyperlinks

I have a Sharepoint site which contains a document library with several folders, a forum etc. I have set up a group (30 people) who can view the site. One of the folders contains about 40 Word ...
2
votes
0answers
440 views

Display Outlook Shared Mailbox in SharePoint

Is there any way to show a shared outlook mailbox (meeting room) or multiple mailboxes in SharePoint? If not what would be the best approach to show users the meeting room mailbox/ mailboxes via ...
2
votes
0answers
165 views

How to (caml)query a list on metedata in the MetaInfo field

Is it possible to wite a CAML-query to filter documents with certain info in the MetaInfo field? The information is only stored as property in MetaInfo, not in a field of it's own. Context: I have a ...
2
votes
0answers
604 views

CTRL+V @ wiki to trigger image upload from clipboard

Can I upload an image to a document library using javascript? Can I use that information together with, for example, clipboardData? ...
2
votes
0answers
248 views

SPLongRunning in page_load without redirect

Is there a way for SPLongOperation not to reload the page but only to hide the processing-Wheel? My scenario is that when I open a model-dialog I want to show a loading/processing information to the ...
2
votes
0answers
244 views

Filling asp:TextBox at FormNew.aspx

I need to fill TextBox with parameter form QueryString. Code: <asp:TextBox runat="server" name="text1" id="ff1{$Pos}" text={$parameter} ...
2
votes
0answers
246 views

Access Denied Error Change Item order - Links List

I am getting error 'Accessed Denied' when i try to reorder links using Change Item order button. It only allows to change the order of links if the user is site collection administrator. Can someone ...
2
votes
0answers
273 views

RecurrenceData Xml to Microsoft.Exchange.WebServices.Data.Recurrence converter

I want to generate EWS Microsoft.Exchange.WebServices.Data.Recurrence object based on RecurrenceData column of SharePoint List. SharePoint stores recurring information in Xml format in ...
2
votes
0answers
78 views

Risk in inheriting from “Event” content type?

I'm looking to inherit from the "Event" content type (0x0102) to enrich the meta data associated with calendar items. OOTB it's hidden but I've found many blog posts talking about how to get round ...
2
votes
0answers
90 views

Sharepoint - user can log in only from one computer

We are using claims based authentication and observing strange behavior - one user can log in only from one browser. The moment the same user logs in from the second browser his session dies in the ...
2
votes
0answers
998 views

SharePoint 2010 FBA InfoPath access denied to webservice

I have a SharePoint 2010 web application using Claims based authentication. Anonymous access enabled Windows authentication enabled, integrated Windows authentication, NTLM Forms Based ...
2
votes
0answers
125 views

Are there customizations available for pasting images or screenshots to wiki

I would like to copy an image to a SharePoint wiki as easily as I can copy it to a word document - for example, pasting a screenshot to a wiki, getting asked for the file name, and getting the image ...
2
votes
0answers
687 views

Showing events in SPCalendarView control for specific timezone set through code

We are using SPCalendarView inside a custom web-part to show events. I am now trying to implement a new functionality to show various calenders for different locations (e.g NYC, London, New Delhi ...
2
votes
0answers
348 views

Incorrect authentication method when using Outlook integration

We have a SharePoint web application with both ADFS 2.0 and NTLM authentication methods enabled. Users have connected SharePoint calendars to Outlook and the integration almost works perfectly. They ...
2
votes
0answers
342 views

dropdown box(sharepoint form field) validation sharepoint 2010

I have a sharepoint form field(look up field), a dropdown box in a list...below is the screen shot when i type into it it finds the name.. but when i type a text which is not present in the drop ...
2
votes
0answers
27 views

Creating an authoring instance

We have a single production farm for our SharePoint 2010 server, behind our firewall and only accessible via the intranet. Is it possible to add an authoring server to our topology? Departmental ...
2
votes
0answers
177 views

DVWP ASP.NET Filter for all pages

I have created a drop down along with DVWP as described in http://social.technet.microsoft.com/Forums/en-US/sharepointcustomization/thread/949d4443-58a4-464b-9603-e4c280740650. However I see one ...
2
votes
0answers
174 views

Alternative to hook into RTE javascript

I'm looking to add some logic when a HTML element (input, button, .. but no regular text) is clicked inside the RTE control on a publishing page. One of the solutions I've been thinking about is ...
2
votes
0answers
126 views

SP2010 Push custom edit, new, disp Form for a calendar list (event list)

Through SPDesigner you can create your own edit, new and dispForm pages and enable them as the default ones for your list. I was wondring if it's possible to push these files to existing lists in ...
2
votes
0answers
103 views

External Data Column no sorting by a string based additional field

Can anyone confirm or tell me why you can't sort by an External Data column additional field if its type descriptor is a string? It works for int, bool and guid type descriptors. If I add a standard ...
2
votes
0answers
164 views

Using SharePoint for an appraisal/360 process

We are thinking of using SharePoint 2010 for an appraisal/360 process. The workflow is simple. HR Create appraisal for users User fills it in Manager fills it in User accepts appraisal Manager ...
2
votes
0answers
414 views

Problem with getting SafeImageHtml in CustomItem.xsl of a CQWP

I have a CQWP with the Parameters: Title:{fa564e0f-0c70-4ab9-b863-0177e6ddd247},Title,Text;| Description:{691b9a4b-512e-4341-b3f1-68914130d5b2},ShortComment,Text;| ...
2
votes
0answers
177 views

Resource throttling and LINQ / spmetal

Today I received an e-mail from a customer telling me their site broke. I checked the ULS and noticed resource throttling had kicked in on one of the sites. I'm used to this when using ...
2
votes
0answers
227 views

NullReference when creating custom page

I am trying to display content in a formatted, custom page in SP10. I created a content type, I'll call BobType, which uses "Page" as the parent (actually, i've tried it with "Enterprise Wiki Page" ...
2
votes
0answers
246 views

Hosting a Lightswitch app on a SharePoint 2010

Is there a way/workaround to host a Lightswitch v 1.0 app on a SharePoint 2010 site ? This question was also posted on MSDN forum here: ...

15 30 50 per page
1 2 3 4 5 145