Arquivo da Categoría: SharePoint

Fácil e rápida: Inserir unha Ligazón vistas datos web Part XSLT

Actualización (01/17/08): Este blog fala sobre a entrada de máis bondade Ligazón XSL: http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/rewriting-links-in-search-results-xslt.

Descricións e Obxectivo: I had created a simple bar chart to serve as component on a dashboard. I’ll save the details on building charts for another post, pero eu non inventei esa técnica (nin punto de interrogação, para que o asunto). It turned out there was a bug in the chart and while I fixed that, I took the opportunity to convert some labels into hyperlinks that pointed at the underlying list behind the graph. Por exemplo, there is a label with value "Hold". I wanted to turn the label into a hyperlink so that the user could click on it and drill down to the specific entries in the list whose status value is "Hold".

Pasos:

  1. Use visual studio para intellisense SharePoint-aware.
  2. Pega XSLT do DVWP en Visual Studio (crear un proxecto en branco, engadir un ficheiro XSL ao proxecto).
  3. Copie a ligazón que quere empregar para o portapapeis.
  4. Pegalo no lugar seguro no XSL.
  5. Convert URL argument separators on the query string from "&" to "&ampères;"
  6. Url-ENCODE argumentos individuais.
  7. Enrole que dentro dun <a href…> </un>

Exemplo:

Eu teño un URL:

http://[servidor]/[local]/Lists / Open% 20Positions/AllItems.aspx?Ver ={84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&FilterField1 = Recruiter&= FilterValue1 Manteña

Eu convertelo en:

     <un href="Lists / Open% 20Positions/AllItems.aspx?Ver =% 7b84EEA2F5-121B-40B7-946F-
0FA704A1DAA1}&ampères;FilterField1 = Recruiter&ampères;= FilterValue1 Manteña"> Manter: </un>

Eu transformei man o primeiro argumento de:

{84EEA2F5-121B-40B7-946F-0FA704A1DAA1}

para:

%7b84EEA2F5-121B-40B7-946F-0FA704A1DAA1}

(Neste, a clave aberta transfórmase% 7b ea clave de peche transforma a% 7D)

Os segundo e terceiro argumentos’ parámetros ("FilterField1=Recrutador" and "FilterValue1=Manter" respectivamente) non teñen que ser codificadas URL porque non contén ningún carácter inseguros.

Notas:

Esta técnica normalmente debe traballar en calquera lugar que quere inserir un hiperenlace no XSLT onde a hyperlink inclúe parámetros na URL, como:

http://[servidor]/[local]/Lists / Open% 20Positions/AllItems.aspx?Ver ={84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&FilterField1 = Recruiter&= FilterValue1 Manteña

Eu teño a URL en si, accedendo a lista personalizada e filtrado manual na columna de estado (labeled "Recruiter" arriba).

O Beagle Has Landed (Outubro 2007 cuestión)

(Esta é realmente unha noticia pouco vello, pero como o meu lema estación favorita lume proclama, "Better late than never").

Consulte aquí: http://www.sharepointbeagle.com/

Se non ten xa, asegúrese de subscribirse a.

Por suposto, asegúrese de ler meu artigo about a real-world SharePoint project (incluíndo definición de requisitos, KPI, tipo de contido, dashboards and more) as well as meu compañeiro de article about the content query web part.

Hai moitas outras cousas boas tamén.

Como eliminar “Ver todo o contido do sitio” ligazón

Estou esta pregunta case toda semana, normalmente no contexto dunha conversa de seguridade. An administrator/site creator has provisioned a site, seguridade configurado, arranged web parts and customized the quick launch to provide that oh-so-perfect set of options to the end user. Pero, para fóra da caixa, you can’t remove the "view all site content" ligazón.

Mark Wagner ofrece a resposta aquí (http://www.crsw.com/mark/Lists/Posts/Post.aspx?ID=36). O seu write-up é fantástico en dous niveis. El ofrece unha resposta á pregunta, "How do I remove the View All Site Content" ligazón? Entón, el responde retorno inmediato en cuestión: ¿Como activar fácilmente o punto de vista todos os enlaces de contidos da web con base no sitio por páxina?

Como un extra: A súa visión funciona para WSS, non só Moss.

</final>

Rexístrate para o meu blog!

Rápido e sinxelo: Configurar Moss para buscar unha biblioteca de documentos específica

See UPDATE (Eu) below (11/24/07) en Como configurar o Microsoft Office SharePoint Server 2007 Índice de carpetas e seguimento de rede para a investigación

Obxectivo: I want to execute a search restricted to a specific document library. Neste caso, a biblioteca de documentos contén documentos de formación.

Pasos:

1. Rexistre a URL da biblioteca de documentos.

2. Crear un ámbito:

Ir á administración central.

Accede a SSP.

Go to "Search Settings".

Scroll down to the scope section and select "View Scopes".

Create a new scope. Give it a name and useful description.

3. Establecer normas de seguimento de ámbito:

Engadir unha regra que define a biblioteca de documentos para este ámbito.

Select "web address" for "Scope Rule Type".

Introduza o nome da carpeta (ver #1 arriba).

Accept the default value of "Include".

Agarde ata que o ámbito de actualizar (ou inicia-lo manualmente).

4. Activar o alcance dun conxunto de sitios web.

Ir á colección de sitios onde quere usar este ámbito.

Engada o seu novo alcance para o grupo de exhibición apropiado ou grupos.

5. Procurar!

Neste punto, you’re done. Assuming the scope is properly defined, estará dispoñible nos menús suspendidos alcance para a investigación sinxelo e avanzadas e cando lle buscar usando este ámbito, só vai obter resultados que espera.

Notas:

Eu escribín este blog porque as miñas investigacións para a instalación do ámbito simple apareceu secos frases usando como:

  • configurar alcance no Moss
  • configurar musgo ámbito de investigación
  • alcance en sharepoint 2007
  • alcance en sharepoint
  • buscar unha biblioteca de documentos musgo
  • Scopes primeiro musgo

Pode crear un ámbito de investigación en un cartafol, not just the entire document library.

Un ámbito pode ser compartido por varios conxuntos de sitios (polo que, a "shared service").

You can create the scope at the site collection level itself. Con todo, I prefer to go to central admin because I can start the crawl from there. You cannot start the crawl from the site collection.

Actualización (Eu) a partir de 11/24/07:

Kai Shang put together a great post entitled Como configurar o Microsoft Office SharePoint Server 2007 Índice de carpetas e seguimento de rede para a investigación @ http://kaishenghoo.spaces.live.com/blog/cns!8A7458DB12CA5AC9!206.entry

Ningunha sopa para ti! Cisco é o nazi da sopa de NLB produtos?

Hoxe, I tried to access a document library via windows explorer. This doc lib is living inside a system that consists of two WFE’s load balanced by some kind of Cisco NLB solution. (Se / cando os asistentes de rede me dicir o que é, Vou actualizar este post).

Windows explorer couldn’t connect. I did some research and eventually, os asistentes de rede, dixo que WebDAV é desactivada por / non é soportado polo / beneath the dignity of the NLB.

Así, assuming the network wizards aren’t just telling me the network wizard equivalent of "take a long walk off a short bridge", Eu teño que saber — fai NLB, por natureza, desactivar o WebDAV? Do we lose our windows file explorer interface to SharePoint? Is Cisco the Soup Nazi?

Xestionar Moss / Ambientes WSS — mantendo-se coa base de coñecemento de Microsoft

Microsoft creates knowledge base articles day in and day out and some of those are darned important to know about if you live in the SharePoint world.

Eu segue ata a velocidade con eles a través dun servizo solicitado polos pobos bos en www.kbalertz.com. KBAlertz enables you to sign up for your favorite MS technology and they send you digest versions of Microsoft KB articles via email.

Política de Aplicación web, Sitios de seguridade ea seguridade de corte — Coñeza a súa configuración

(Actualizado 11/29 para explicar como acceder a configuración de directiva de aplicación web a través da interface de usuario)

I had one of those "why is MOSS doing this to me????" moments today. A finais, é todo culpa miña.

We have an enterprise MOSS project going on and we want to secure "place holder" sites so that no user may access it or see it. That’s easy:

  1. Vaia á páxina web.
  2. Rompe a herdanza de seguridade.
  3. Eliminar todos os usuarios / grupo de permisos da web.

O anterior debe deixar só o administrador do conxunto de sitios web con permiso para ver o sitio web.

Se alguén fai login, deben deixar de ver o sitio e debe ser aparado de seguridade de todas as partes habituais.

Pero … non era. Á vez, I suddenly realize that my "Joe User" standard user test account with no priv’s other than restricted read access has a "Site Actions" choice everywhere he goes. I double check one thing and double check something else. I pick up the phone to call a colleague, but put it down and check something else. I go for a walk and try everything all over again. I call a colleague and leave a message. And then, finalmente, Eu creo que a Blog de Ethan, his opening graph makes it quite simple:

Moss 2007 ten un novo recurso chamado Política de aplicacións web. Estas son os permisos de seguridade que está vinculada a unha aplicación web. Estas opcións de seguridade substituír calquera configuración de seguridade que está definido no conxunto de sitios web ou sitio web (Tea) nivel para o usuario.

A quick visit to web application policies shows that "NT Authority\authenticated users" had been granted Full Read. I removed them from the list and everything finally started working as expected. I believe they were added in the first place by someone with the mistaken impression that that is best method to grant read access to everyone in the enterprise. It does, pero, estirar unha cita, "It does not mean what you think it means."

Access web application policies this way:

  1. Vaia á Administración Central
  2. Seleccione Xestión de Aplicacións
  3. Select "Policy for Web Application"
  4. Nesa pantalla, make sure you pick the correct web application. Para min, o defecto é a aplicación web de administración central, que pode non ser o que quere.

Cando eu tiven ese problema, Procurei as frases seguintes e ten moi pouco en termos de axuda directa sobre esta cuestión:

Accións da web visibles para todos os usuarios

Accións da web visibles para todos os usuarios

accións do sitio de seguridade non son aparadas

protexer un sitio Moss

introdución ao musgo de seguridade

Technorati Tags:

Rápido e sinxelo: Use palabras clave Consulta fixo en principais resultados da investigación

Instrucións rápidas e sinxelas:

Editar unha páxina e engadir un Search Core Results web Part.

Edit that web part and expand "Fixed Keyword Query".

Engadir a consulta contrasinal fixo (e.g. ContentType:"Training invoice" TrainingInvoiceNumber:1111)

Expand Results Query Options and change "Cross-Web Part query ID" to a value other than "User Query" (e.g. "Query 2").

Notas:

Using core search results in this manner allowed me to create a page that shows information from another site collection. The client has two major site collections: Departamentos e Produtos.

O conxunto de sitios produto contén, por suposto, product information. Each product in the site collection aggregates data from multiple sources.

Un dos departamentos, códigos e de probas, is on such source. When users access product XYZ, they should see codes and testing data directly on the XYZ main page. Since codes and testing is hosted in another site collection, it’s a little awkward. We decided to use the core search results web part since search spans site collections. Codes and Testing manages product data via a custom list that is constrained by a specific content type. Aa keyword query that uses first the content type and then the product number narrow down the search to a single row in the custom list.

The keyword query above is an AND. It returns documents of content type "Training Invoice" and where the invoice number equals "1111".

Un gran beneficio deste enfoque: We can edit the XSL from the core search results web part and generate any format that we want.

Vexa aquí (http://devcow.com/blogs/jdattis/archive/2007/04/17/SharePoint_2007_How_to_Rollup_Content_from_multiple_Site_Collections.aspx) para debate outro blogueiro sobre este tema.

</final>Rexístrate para o meu blog.

Diga-me sobre o seu blog!

Se mantén un blog que é, polo menos, mínimamente ligado ao SharePoint, please let me know in comments. I would love to add you to my lista de blogs.

Se mantén un blog que non está ligado ao SharePoint, pero quere que eu engadir lo de calquera xeito, deixe-me saber. I’ll may create a separate blog list.

Por favor, indique:

  • A súa URL do seu blog (obviamente)
  • Unha breve descrición do seu blog.

I want to keep the link to "active" blogs, which I’m roughly defining as one post per week and minimum three months old. If you don’t meet that "requirement" add your name to comments anyway. It’s *my* list so I can break my own rule if I want to.

Grazas!

Horario empregado Formación e Obras Template — Decremento erro no modelo

The client noticed a bug today with the above mentioned template.

Course managers create courses. When creating a course, o director especifica o número máximo de prazas dispoñibles.

The template provides for self-service enrollment. I enroll and a workflow attached to the registration list decrements the "available seats" asociado co referido curso.

Individuals may also unregister from a course. The bug lies here. Unregistering from a course does not increment the available seats counter. Como resultado, available seats is not accurate. This bug is compounded by the fact that when available seats decrements to zero, non o rexistro de autoservizo se permite.

Afortunadamente, Microsoft provides the workflow for this process. Even better, é un fluxo de traballo simple e directa creada a través do SharePoint Design.

Siga estes pasos de alto nivel para resolve-lo:

  1. Lume ata SDP.
  2. Acceda ao sitio web baseado fóra do modelo de formación.
  3. Access "Attendee unregistration" fluxo de traballo.
  4. Insire estes pasos (Eu fixen as dúas primeiras etapas):
    1. Calcular Cursos:Asentos ocupados menos 1 (Saída Variable:Calc)
    2. (entón) Actualizar elemento en Cursos

Fai clic en Finalizar e listo.

As capturas de pantalla:


SharePoint Deseño:

imaxe

Fluxo de traballo rematou:

imaxe

Calcule Drill-down:

imaxe

Actualizar elemento Cursos:

imaxe