Using the
To clause can be useful to work backward. For example, you might want to determine components that make up a particular subassembly. If you know the name of the subassembly object, you can do this by writing a command similar to:
expand businessobject Component “Mini Numeric Keypad” C to; |
This might produce a list of objects that contain buttons, plastic housings, and printed circuit boards. All related objects defined as the FROM connection end are listed. This could include additional objects that you do not need. To help reduce the number of objects listed and to allow you to look in both directions, you can use the Relationship or Type clauses of the Expand Businessobject command.