2.13. PDM : révision du modèle

CreateAndLinkPart: Maintenant utilise des templates (%cadenas%\iface\plm\WindchillRest\templates) pour la création et les mises à jour d'attributs.[10]

Nouvelles clés de configuration :

#: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: Utilise maintenant des templates (%cadenas%\iface\plm\WindchillRest\templates) pour la création et les mises à jour d'attributs.

Nouvelles clés de configuration :

#: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=