moss

MOSS 2007 Create Lookup Column but list is not in dropdown

半腔热情 提交于 2020-01-05 05:51:59
问题 I have create a list in sharepoitn and I am trying to add a column whih is a look up to another list. The list that I am trying to look up is a parent site to the site I a currentley on. I do not see the list that I wish to add in the drop down. Any ideas why this list is not apearing? 回答1: The lookup column dropdown will only find lists at the current site level. What you want to do is the following: Create a site column on the parent site (the site that has the source list). This site

User specific theme in sharepoint

不问归期 提交于 2019-12-25 06:46:30
问题 I have a requirment where in my sharepoint site I want to set the theme according to user. for e.g lets say if user a set his theme as theme1 and the user b logs in and set theme to theme2. So next time when user a log in he must have to see the theme set by him. I.e theme a. Can any one tell me what will be the best approch to do it. Thanks in advance. Sachin 回答1: I had a similar requirement once. In my case they wanted users to be able to change the "color layout" of a MOSS portal (so the

sandboxed web parts inside SharePoint 2010

心不动则不痛 提交于 2019-12-25 04:43:31
问题 Is it possible to develop a web-part in ASP.NET (framework > 2.0), to have a sandbox architecture, and deploy those web parts inside Share Point 2010 and/or MOSS 2007 we donot want to use any SharePoint dll reference with web parts we develop. we refer to the url, section at http://msdn.microsoft.com/en-us/library/ee539417.aspx (section Web Parts in Sandboxed Solutions) 回答1: i referred the following How Tos, hope it helps some one .. http://blah.winsmarts.com/2009-12-SharePoint_2010_Sandboxed

Sharepoint WSP Solutions and page URL's

对着背影说爱祢 提交于 2019-12-25 04:34:52
问题 I’ve been playing about with wsp solutions and a question has occurred to me about how to access an aspx file that is located on the file system from within the sharepoint web application. For instance, here is my visual studio explorer view… alt text http://abbeylegal.com/downloads/alp%20solution%20image.jpg You can see the aspx file I’ve created, when I browse to this file in my sharepoint web application the URL is http://example.org/alplogin.aspx What if I wanted this web page to be

Sharepoint create site navigation through programming

不问归期 提交于 2019-12-25 04:29:24
问题 I have a requirement in sharepoint where I want to Create the top link navigation based on excel file. Means The site navigation structure (along with parent site subsite under parent site) is mention in excel file. I need to read that structure and based on modify the navigation in sharepoint. Please can any one tell me is it possible to configure navigation in such a way. If yes then please tell me how to achive it. FYI: I am using MOSS 2007. thanks in advance sachin katkar 回答1: If this is

Getting the SPWeb for a SPAuditEntry

℡╲_俬逩灬. 提交于 2019-12-25 03:32:35
问题 I'm currently building an app that will parse all of the Audit entries in a site collection and send out a pretty email to users. My problem is that the emails should be based on a particular web (essentially an email summarizing the changes that happened to each subsite). Apparently, there is no information in the SPAuditEntry object about the web it came from except for the DocLocation property. This means I can get any of the following DocLocations (ItemType = Document, Event = Update):

Why does my SharePoint workflow fail when the client is running Vista or Windows 7?

◇◆丶佛笑我妖孽 提交于 2019-12-25 00:33:52
问题 I have a similar situation to this question. I have a custom sequential SharePoint workflow, deleoped in Visual Studio 2008. It is associated with an InfoPath form submitted to a form library. It is configured to automatically start when an item is created. It works sometimes. Sometimes it just fails to start. Just like the question linked above, I checked in the debugger, and the issue is that the InfoPath fields published as columns in the library are empty when the workflow fires. (I

How to use the current visitor's account in SSAS query? [MOSS + PPS + SSAS]

别说谁变了你拦得住时间么 提交于 2019-12-24 21:06:37
问题 I'm using MOSS2010 + Performance Point + Analysis services. Here's the questions: How to get the current visitor's account in PPS report? How to use the current visitor's account in SSAS query? 回答1: This post may help: http://blogs.msdn.com/b/performancepoint/archive/2010/03/25/passing-filter-values-on-the-url-to-performancepoint-services-web-parts.aspx 回答2: Another option is to configure your PerformanePoint 2010 data source to use Per-User Identity . Then access the UserName MDX function:

Accessing Sharepoint Web Services without authentication

杀马特。学长 韩版系。学妹 提交于 2019-12-23 16:18:22
问题 Is it possible to access a sharepoint web service without authenication? If you can't do it directley can you think of any ways to get round it such as haveing an open service inbetween that does authenicate for you using a public account. 回答1: John, The security model of the web application through which you're trying to access the web service in question is going to drive whether or not you can access the service anonymously. If you're attempting to access the web service through a web

How to debug Sharepoint solution/feature through Visual studio?

让人想犯罪 __ 提交于 2019-12-23 13:32:26
问题 Recently I tried to install a webpart through wspbuilder utility to the Sharepoint Site. I have created, built and deployed a project to the 12 hive. After that installed the solution through Cental Administration Site and activated in the site collection. I just wonder how can I debug the complex feature/solution ? Because both processes (build-deploy and activate) totally independent, how can I attach a process with the worker process ? 回答1: In the WSPBuilder context menu there is an option