码迷,mamicode.com
首页 >  
搜索关键字:sharepoint workflow    ( 2662个结果
未在本地计算机上注册"Microsoft.ACE.OLEDB.12.0"提供程序
开发SharePoint,需要导入Excel表数据,结果问题来了: 未在本地计算机上注册"Microsoft.ACE.OLEDB.12.0"提供程序   解决方法一:下载64位的Microsoft Access 2010 数据库引擎。 http://www.microsoft.com/zh-cn/download/details.aspx?id=13255 ...
分类:数据库   时间:2014-06-20 09:11:05    阅读次数:472
Excel导出
sharepoint学习笔记汇总http://blog.csdn.net/qq873113580/article/details/20390149using System;using System.Collections.Generic;using Microsoft.SharePoint;usin...
分类:其他好文   时间:2014-06-11 12:46:01    阅读次数:281
Sharepoint学习笔记—ECM系列--文档集(Document Set)的实现
文档集是 SharePoint Server 2010 中的一项新功能,它使组织能够管理单个可交付文档或工作产品(可包含多个文档或文件)。文档集是特殊类型的文件夹,它合并了唯一的文档集属性以及文件夹和文档的属性和行为,并提供用户界面 (UI)、元数据和对象模型元素以帮助管理工作产品的各个方面。比如广...
分类:其他好文   时间:2014-06-11 08:48:05    阅读次数:238
sharepoint ECMA using a custom contentType to creating a list in SubSite
Using a custom contentType to creating a list:function GetContentType(){ var clientContext = new SP.ClientContext(siteUrl); var currentW...
分类:其他好文   时间:2014-06-09 00:39:06    阅读次数:301
sharepoint 2013 如何登陆AD认证的sharepoint站点
如何登陆AD认证的sharepoint站点,通过一个脚本可以实现。...
分类:其他好文   时间:2014-06-08 16:48:04    阅读次数:181
如何在SharePoint2010中添加Deep Zoom Image
本文在SharePoint站点添加Deep Zoom Image,给站点带来乐趣,使浏览者流连忘返。^_^....
分类:其他好文   时间:2014-06-08 15:18:25    阅读次数:214
SharePoint2013导入Excel到列表
using Microsoft.SharePoint; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web.UI.WebCo...
分类:其他好文   时间:2014-06-07 14:39:38    阅读次数:226
独立安装SharePoint 2013碰到的"SDDL"问题及解决方法
使用独立模式安装SharepointServer2013,允许配置向导到第8步创建示例数据时,出错了!Exception:System.ArgumentException:TheSDDLstringcontainsaninvalidsidorasidthatcannotbetranslated.Pa...
分类:其他好文   时间:2014-06-07 10:32:30    阅读次数:250
workflow中的‘非典型’自动触发器trigger_model
Openerp中workflow的设计机制工作流程系统在OpenERP里是非常有用的机制,可以用于即时描述单据(模型)状态的演进过程。工作流实现了状态流转的可配置,通过迁移的 condition代替python代码中的判断语句,通过迁移的signal增加审批按钮,增加了系统的灵活性。工作流程是完全可...
分类:其他好文   时间:2014-06-07 07:50:49    阅读次数:217
如何跟踪sharepoint详细日志
PS C:\Users\setup.moss> Set-SPLogLevel -TraceSeverity verboseexPS C:\Users\setup.moss> New-SPLogFilePS C:\Users\setup.moss> New-SPLogFilePS C:\Users\s...
分类:其他好文   时间:2014-06-07 07:15:56    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!