1.3.1. Windchill REST: Allow modification of WTPart attributes on parts created by export

To add attributes, which cannot be set in the WTPart system (e.g. number), 2 new attribute sections have been added to the configuration file IfWindchillRest.cfg added. DelayedPartIdentityAttributes for Identity attributes (WTPart Master) and DelayedPartAttributes for the others Attributes. The attributes from these sections are only applied if: the WTPart was created by the same export operation. To achieve this functionality , the key must CreateAndLinkPart_AttributeMode the value 8 . [2]

The two new keys are:

#:HELP;Attribute content section containing WTPart attributes for modifying parts generated by 
the export. This is only required if there are non identity attributes that cannot be set 
on creation.
#Caution: Only non identity, non master attributes. For other attributes use 
[DelayedPartIdentityAttributes].
#
#For attribute name and value format see section [CustomPartAttributes].
[DelayedPartAttributes(is3d)]
#:HELP;Attribute content section containing WTPart attributes for modifying parts generated by 
the export. This is only required if there are identity attributes that cannot be set 
on creation (e.g. Number).
#Caution: Only identity and master attributes (Name, Number, DefaultUnit ...). 
For other attributes use [DelayedPartAttributes].
#
#For attribute name and value format see section [CustomPartAttributes].
[DelayedPartIdentityAttributes(is3d)]



[2] #173797