在TC项目实施过程中,有新人问什么是ItemMasterS和ItemRevMasterS,以下是摘抄帮助文档,以便查询!
An item in Teamcenter is astructure of related objects. The basic structure of any item consists of thefollowing minimum objects:
Item
ItemMaster (Form business object)
ItemMasterS
ItemRevision
ItemRevisionMaster (Form business object)
ItemRevMasterS
· Item
Collects datathat is globally applicable to all revisions of the item. You typically addcustom attributes directly to the custom item business object.
· ItemMaster (Form)
A form objectthat is often used to extend the stored property data for an item to includedata unique to the customer.
· ItemMasterS
The storageobject for the item master form.
· ItemRevision
Collects datathat is applicable to a single revision of the item.
· ItemRevisionMaster (Form business object)
A form objectthat is often used to extend the stored property data for an ItemRevision object to include data unique to thecustomer.
· ItemRevMasterS
The storageobject for the item revision master form.
转载于:https://blog.51cto.com/gtplm/1888379