SharePoint Tricks】的更多相关文章

1. SharePoint 2010中,在Survey的问题框中输入HTML代码可以用于插入图片或者链接,具体方法为: 1.1 在问题框中输入html, 1.2 在New Form和Edit Form添加如下代码: <script type="text/javascript" src="/sites/XXX/SiteAssets/jquery-1.11.0.min.js"></script> <script type="tex…
1. 64位IE浏览器无法使用Open with Explorer功能,而且会直接用浏览器去打开office文件(不管是否选择使用客户端打开) 2. 对于 large list or library,使用 Open with Explorer 时可能会碰到以下错误: \\sitecollection\DavWWWRoot\subsite\documentlibrary is not accessible. You might not have permissions to use this ne…
1. 隐藏Quick Launch <style type="text/css">/*-- Hide Quick Launch --*/#s4-leftpanel{   display:none;} /*-- Move the content placeholder to the left border --*/.s4-ca{   margin-left:0px;} </style> 2. 隐藏Ribbon <style type="text/c…
1. Recycle Bin 地址: //管理员 /_layouts/15/AdminRecycleBin.aspx //普通用户 /_layouts/15/RecycleBin.aspx 2.…
通常在我们的项目中,都会涉及到母版页的定制.并且必不可少的,需要配合以一套自己的JavaScript框架和CSS样式.你有没有遇到过这样的情况呢,在开发环境和UAT时都还算顺利,但是当最终部署到生产服务器场时,运行完PS 脚本后,发现网页的其他部分似乎都没事,唯独样式和Ajax不正常,. 当我们调出我们最好的朋友(IE的F12开发人员工具,或者Firebug和Chrome浏览器开发控制台),就会发现问题是由于我们在生产环境中改变了网站集的URL结构导致绝对路径不能正常工作. 那么问题就来了,我们…
from:http://blog.tallan.com/2012/07/18/creating-a-sharepoint-bcs-net-assembly-connector-to-crawl-rss-data-in-visual-studio-2010/ Overview In this post, I'll walk you though how to create a SharePoint 2010  BCS .NET Connectivity Assembly in Visual Stu…
Troubleshooting the SharePoint "File not found" Error Have you ever come across a "File Not Found" error when accessing some part of your WSS 3.0, MOSS 2007, or SharePoint 2010portal? So have I. There are some modifications that the fa…
From: https://www.codeproject.com/articles/1076854/overcoming-the-list-view-threshold-in-sharepoint-c Introduction When your CAML queries start to hit the list view threshold, you'll think it will never work. It can work, but it's tough. This article…
一.需求分析 SharePoint作为微软推出的协同类平台产品,为客户提供了门户.内容.文档.流程.社区.搜索.BI等一系列的解决方案,然而其流程功能由于设计理念差异,不能完全满足客户的需求,主要原因有: 二.方案实现 H3 BPM提供丰富的SharePoint参数配置,可以实现与SharePoint的产品级整合. 上述方案中,H3 BPM与SharePoint主要实现了 六方面的集成,完美替换掉了SharePoint自带工作流. 三.方案价值 1.完整的工作流引擎 H3提供与SharePoin…
默认,在用vs2013开发SharePoint项目时,vs没有提供一般应用程序(.ashx)的项目模板,本文解决此问题. 以管理员身份启动vs2013,创建一个"SharePoint 2013 - 空项目",名称我保持默认:SharePointProject2. 选择"部署为场解决方案",结果如下: 右击"SharePointProject2",选择"添加"----SharePoint 的"Layouts"…