SharePoint 2013 Step by Step——使用自定义的List Template

时间:2023-03-08 21:35:30
SharePoint 2013 Step by Step——使用自定义的List Template

Overview

对于企业员工来说,"扁平结构"的LIST是日常操作中经常使用到的,LIST的好处是方便数据的录入以及数据的整理分析,尤其是Quick Edit功能,可以实现快速编辑。对于SharePoint 2013而言,默认在Site Contents中提供了自定义的List 模版,可以方便的对其进行增加Columns,从而实现功能上的拓展。

随着业务复杂度的提高,往往会在List中添加多个Columns。比如现在公司里的CRC们会创建30~40个Columns在一个List中。并且想把这个List作为一个模版,可以用到多个Sub Site中。幸运的是,SharePoint提供了自定义模版的功能,可以方便创建自定义List模版。

How To

  • Step 1à进入Site Contents,点击add an app

SharePoint 2013 Step by Step——使用自定义的List Template

  • Step 2à选择SharePoint 2013 提供的List模版,键入My Custom List Template

SharePoint 2013 Step by Step——使用自定义的List Template

  • Step 3à在Ribbon菜单点击Create Column为List添加Columns

SharePoint 2013 Step by Step——使用自定义的List Template

  • Step 4à当创建完Columns后,在Ribbon菜单点击List Settings,在List Settings页面选择 Save list as template

SharePoint 2013 Step by Step——使用自定义的List Template

  • Step 5à在页面中输入模版信息

SharePoint 2013 Step by Step——使用自定义的List Template

  • Step 6à创建成功后,可以在List Template Gallery中查看刚创建的自定义的模版。值得注意的是,对于自定义的List Template它的Scope为整个Site Collection。

SharePoint 2013 Step by Step——使用自定义的List Template

  • Step 7à使用新创建的List Template。过程和Step 1一样,选择add an app,然后再操作界面中找到新创建的List Template——My Custom Template,最后点击确定即可。

SharePoint 2013 Step by Step——使用自定义的List Template

See Also