1.12. PDM: Template revision

CreateAndLinkPart: Now uses templates (%cadenas%\iface\plm\WindchillRest\templates) for creation and attribute updates.[8]

New config keys:

#:HELP;The template file used to generate the JSON string used for WTPart creation.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/PTC.ProdMgmt.Part.CREATE.template.
#:VALS_SE;
#:INACTIVE;CreateAndLinkPart_PartCreateTemplate=

#:HELP;The template file used to generate the JSON string used for modifying WTParts.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/PTC.ProdMgmt.Part.MODIFY.template.
#:VALS_SE;
#:INACTIVE;CreateAndLinkPart_PartModifyTemplate=

#:HELP;The template file used to generate the JSON string used for setting WTPart attributes 
that cannot be set on creation.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/
PTC.ProdMgmt.Part.MODIFY_DELAYED.template.
#:VALS_SE;
#:INACTIVE;CreateAndLinkPart_PartModifyDelayedTemplate=

#:HELP;The template file used to generate the JSON string used for modifying WTPart identity 
attributes.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/
PTC.ProdMgmt.Part.MODIFY_IDENTITY.template.
#:VALS_SE;
#:INACTIVE;CreateAndLinkPart_PartModifyIdentityTemplate=

#:HELP;The template file used to generate the JSON string used for setting WTPart identity 
attributes that cannot be set on creation.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/
PTC.ProdMgmt.Part.MODIFY_IDENTITY_DELAYED.template.
#:VALS_SE;
#:INACTIVE;CreateAndLinkPart_PartModifyIdentityDelayedTemplate=

CreateCustomDocument: Now uses templates (%cadenas%\iface\plm\WindchillRest\templates) for creation and attribute updates.

New config keys:

#:HELP;The template file used to generate the JSON string used for document creation.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/PTC.DocMgmt.Document.CREATE.template.
#:VALS_SE;
#:INACTIVE;CreateCustomDocument_00_DocumentCreateTemplate=

#:HELP;The template file used to generate the JSON string used for modifying documents.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/PTC.DocMgmt.Document.MODIFY.template.
#:VALS_SE;
#:INACTIVE;CreateCustomDocument_00_DocumentModifyTemplate=

#:HELP;The template file used to generate the JSON string used for modifying document 
identity attributes.
#Default is %CADENAS%/iface/plm/WindchillRest/templates/
PTC.DocMgmt.Document.MODIFY_IDENTITY.template.
#:VALS_SE;
#:INACTIVE;CreateCustomDocument_00_DocumentModifyIdentityTemplate=