Composition of the Template Version Field

Composition of the Template Version Field


To fill the Template Version Field with a workflow, via Powershell or a program, you have to consider the following:


Structure of the string:


;#/Templates/Forms/DispForm.aspx?ID=<ID_DES_TEMPALTE_FILES_IN_DER_TEMPLATE_LIBRARY>;#<TITLE_DES_TEMPALTE_FILES_IN_DER_TEMPLATE_LIBRARY>;#Templates/<FILENAME_DES_TEMPALTE_FILES_IN_DER_TEMPLATE_LIBRARY>;#Templates/<FILENAME_DES_TEMPALTE_FILES_IN_DER_TEMPLATE_LIBRARY>;#<VERSION_DES_TEMPLATE_FILES>;#<VERSION_DES_TEMPLATE_FILES_MULTIPLIZIERT_MIT_512>;#


Example of a specific version of the template:


;#/Templates/Forms/DispForm.aspx?ID=3;#Meetingroom;#Templates/Meetingroom.rkcm;#Templates/Meetingroom.rkcm;#2.0;#1024;#

Example for the creation with the newest template version (leave the last parameters empty):

;#/Templates/Forms/DispForm.aspx?ID=3;#Meetingroom;#Templates/Meetingroom.rkcm;#Templates/Meetingroom.rkcm;#;#;#

    • Related Articles

    • First template creation results an error

      Problem: The first template creation results in an error. The second one creates normally. Solution: Please delete the first template. After that, creation of templates works again without limitations UPDATE: The bug is fixed. 
    • Create a template in another language

      Problem: The Collaboration Manager creates standard templates only in the language of the site collection, on the Collaboration Manager has been activated. English was chosen as the default language, only templates with basic English are generated. ...
    • Error during template creation "The EXECUTE premission was denied"

      Error in Log Excpetion occured in CM Service application. Error System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The EXECUTE permission was denied on the object 'proc_putObjectTVP', database 'configDB_name'  Reason In the ...
    • Field type CM_PictureField is not installed

      Problem: After creating a new list item in the workspace list to create a new site the process runs in error occured. You get this error message in the uls log: ...
    • Error on saving using CM Picture Field

      Problem: After saving the logo or screenshots in a template or workspace there is an issue in the ULS log: The File with the URL "...." does not exist in this webpage Solution: Try to open the CM Picture Library with "URLofYourRootWeb/CMPictures" If ...