In Business Modeler, create an attribute for each Responsible Design Organization (RDO):
- Select .
- On the Basics tab, enter data for these fields:
Name. Enter a short name to define this RDO attribute. Description. Enter a description. Type. Select string from the drop-down list. Default. For this attribute, the default value should exactly match the attribute's Name.
Click Create.
In Business Modeler, define a rule for each RDO attribute created in step 1 (see the "Working with Rules" chapter of the Business Modeler Guide for more details):
- Select .
- On the Basics tab, enter data for these fields:
Name. Enter a name. You may want to use a format such as Rule_RDOName so you can easily determine which rule is associated with which RDO attribute. Description. Enter a description.
- On the Object Access tab, select the Access User Public Read item and click Edit.
- Enter this value in the Filter box:
"relationship[Design Responsibility].from.name"="RDOName" where RDOName is the name of the RDO that this rule will govern (should match the Name of the RDO attribute created in step 1).
- Click All.
- Click OK.
- On the Governed Attributes tab, click Add.
- Select the attribute defined for this RDO and click OK.
- Click Create.
In Library Central, add the RDO attributes to the attribute groups (see the Library Central User's Guide for details):
- Create an attribute group that will be specific to an RDO.
- On the Attributes category page of this attribute group, click Add Existing.
- Select the RDO attribute created in step 1. This attribute group is now specific to this RDO.
- Add the Attribute Group to a Part Family (use the Attribute Groups category for the Part Family).
Add the attribute groups to the emxMultipleClassification.AttributeGroups.OrganizationAttributes property in emxLibraryCentral.properties. See emxLibraryCentral.properties.
When viewing the Properties page for the Part Family, an attribute group displays only if:
- The attribute group is specified in the emxMultipleClassification.AttributeGroups.OrganizationAttributes property.
- The attribute group includes an RDO attribute (step 1) with a filter rule for Design Responsibility (step 2).
- The RDO defined by that rule matches the RDO defined for the part.
|