Advanced Visual Modeler ConceptsProperties Overview
A Visual Modeler property is an attribute of a product model, option class, or option item used to write rules that affect configuration of a product or to customize the presentation of a product model to the customer.
Where you create a property in the model hierarchy determines what objects can use the property. In general, a property is available to objects in the model group and model hierarchy below the point at which you create the property.
You can use properties as variables and write rules that reason on the properties' values using functions such as value and expand.
Define a Property
Where you create the property determines the objects in the hierarchy that can use the property.Number: a property whose value is numeric. For example, the weight of an item in grams expressed as a real number (including decimals).String: a property expressed as a word or phrase. For example, use a string-valued property to indicate the color of an option item.Selecting this type enables the Localize field. Check the Localize field's box to enter values for this property in any of the supported locales. For example, if you enter the original value in English, you can change the system locale to German and then modify the property's value in German. The German value appears for those users whose locale is German; the English value appears for those users whose locale is English.List: a property whose value must be selected from a list, such as days of the week. You can define a list called "Weekdays" whose values are Sunday, Monday, Tuesday, and so on.If the property type is "List", the Value field displays a drop-down list of the available lists. Select a list for the default list value.The new property appears in the boxes below the fields.Attach a Property
You define a property at the model group or model level. You attach a property to a model, an option class, or an option item.
Two sets of fields display:Unattached Properties: select properties and define values for themAttached Properties: show the properties that are currently attached
The Properties tab for a model contains two tabs: Attach and Define. Use the Define tab to define properties.
The property displays its default value if it has one.The property appears among the Attached Properties.
Use the Property Editor Window
Use the Numeric Property Editor window and the String Property Editor window to edit property values.
The Property Editor window displays.
- Specify a value for a property or specify a formula to calculate a value at runtime. To create a formula, enter "=" as the first character of the text area. The expansion fields activate to help you define the formula. The syntax of a formula depends on whether you are editing a numeric or a string property.
To define a formula on a numeric property:Function: select a defined function from the drop-down list.Property: specify the property whose values should be used to calculate the function.Location: specify where to locate the named property (or properties). You can select an option item or select one of the following values for the location:unspecified: use the named property anywhere it is defined in the model.relative: use the named property at the current location.To specify a formula on a string property, choose among gather, match, and expand:gather: Assign actions to a string property. Gather finds all occurrences of the specified property in the property pool and creates a semicolon-separated string with the values of the occurrences.match: Write rule fragments. Match provides a mechanism to compare a string to the value of a property.expand: use the expand function.Modify or Remove the Value of an Attached Property
You modify the value of an attached property at the local level to which it is attached.
If the property is attached to a model:In the Model Groups frame, click the model group that contains the model.In the Models and Groups frame, click the model to which the property is attached.Click Edit in the toolbar.If the property is attached to an option class or option item:In the Model Groups frame, click the model group that contains either the model or group with the option class or option item.In the Models and Groups frame, click the model or group.Click Edit in the toolbar.In the Navigation frame, find and click the option class or option item.This tab displays two sets of fields:Unattached Properties: select properties and define values for them.Attached Properties: show the properties that are currently attached.
If the property is attached to a model, you will see two tabs within the Properties tab: Attach and Define. The Attach tab diisplays automatically.
If necessary, change the value of a property.Note that this only changes the value locally, at the level at which it is attached.To remove an attached property, click Remove.Modify or Delete a Property Definition
At the root model group level:The Visual Modeler page automatically displays the root model group when you access Visual Modeler. If the root model group is not selected, click the root model group.At the model group level, navigate to and click the model group in the Model Groups frame.At the model level, navigate to and click the model group that contains the model, click the model, then click Edit Model in the toolbar.The General Info tab displays for the group or model.At the model group level, the properties that are defined at the model group level display.At the model level, two tabs display: Attach and Define. If the property is attached anywhere in the model group hierarchy, you cannot modify the property type. If the property is attached anywhere in the model group hierarchy, you cannot delete the property definition.
- To modify an unattached property, click the Define tab. Within the Define tab, find the property you want to modify or delete.
- To modify an attached property, click the Attach tab. Within the Attach tab, find the property you want to modify or remove.
- Modify or delete the property definition (property type or value).
- Click Save All Changes.
Name changes and value changes propagate to anywhere the property is attached. The value change is the default value for the property and does not override any values set for the attached property.
Worksheets Overview
Worksheets provide quick access to a group of properties, enabling you to maintain all the properties for a model properties in one place. A worksheet is a table that assigns property values to option items:
Rows represent option itemsColumns represent propertiesEach worksheet belongs to a model and can be used to set the values of properties of that model. You can still set the values for properties individually.
For example, suppose that a model of a computer has an option class for hard drives. Each hard drive option item has a number of properties such as capacity, RPM, latency, and buffer cache. You can create a worksheet to maintain the hard drive properties, similar to the following table:
Option Item Capacity RPM Latency Buffer Cache WD Protege 160 5400 5.00 2 WD Caviar 250 7200 4.20 2 WD Caviar SE 250 7200 4.20 8 WD Essential 250 7200 4.20 2
You can modify worksheets at any time. Changes to property values are effective immediately, and are compiled with the other model details when you next compile the model.
You can export a worksheet in the form of a comma-separated values (CSV) file, then open the CSV file in your preferred spreadsheet program to manage the values. You import the modified spreadsheet to update the values in the worksheet.
Create a Worksheet
Click Add RowUse the entity picker window to navigate to each option itemClick Add Column. The Add Column dialog box displays.In the Add Column dialog box, select each property from the drop-down list of properties defined for this model.To create a new property, click New Property, then enter the new property details in the Define New Property window.Modify a Worksheet
Change the name of the worksheet: click the worksheet name and enter a new name for the worksheet.Add a new row: click Add Row and select option items as required.Move a row: click the link to the row, and select its new position from the drop-down list of rows.Remove a row: click the link to the row, and click Delete.Add a new column: click Add Column, and select the property from the drop-down list.Move a column: click the column name, and select its new position form the drop-down list of columns.Delete a column: click the column name and click Delete.Export a Worksheet
- Navigate to the model to which the worksheet belongs.
- Click the Worksheets tab.
- Select the name of the worksheet from the drop-down list.
- Click Select.
- Click Export....
- In the File Download window, click Save.
- In the Save As window, navigate to the directory on your local machine to which you want to save the file, and then click Save.
Import a Worksheet
- Navigate to the model to which the worksheet belongs.
- Click the Worksheets tab.
- Click Import....
- In the Worksheet Import window, click the Browse... button.
- In the Choose File window, navigate to and select the spreadsheet that you want to import.
- Click Open.
- In the Worksheet Import window, click Import Now.
Properties as Variables
Use the following syntax to evaluate the value of a property in defining rules and properties:
You can define a property as a function of another property, which is useful when you define display properties and mathematical formulas for rules. For example, you can use ${expand(property[,default[,format]])} to display properties of models.
For example, suppose that you have a numeric property, "Monitor Size", that expresses the screen size in inches. Suppose that you want to display monitor size in a table in the form "nn.00 inches". You can define a property called Display Monitor Size by "${expand("Monitor Size","n/a",0.00)} inches" and use the new property in the model display. Users viewing the details for, for example, a 17" display monitor see the monitor size expressed as "17.00 inches". Note that if the Monitor Size property is not defined, "n/a inches" displays.
.Built-In Properties
Lists
Use lists when a single property can have multiple values, such as day of the week, wheels allowed for a road or racing bike, shirt size, and so on. You can write rules to test that the value of the property is defined in the list.
Define a List
This displays any lists already defined.The New List tab displays.Enter a value in the New Value field.Click Add Item.Modify a List
The lists already defined display.The Edit List tab displays.Select one or more values in the list.Click Delete.Type a value in the New Value field.Click Add Item.There is no way to modify a value in a single step. You must delete the old value and add the new one.Delete a List
The lists already defined display.The list disappears from among the defined lists.
This last step is important! If you click Delete, but do not click Save All Changes, the list is not deleted.
Rules Overview
Rules determine which instances of a model are valid. Use rules to ensure that the options a customer chooses when configuring a product model are valid. Rules can be simple or complex. For example, a simple rule specifies that a particular option item must not weigh more than 100 grams. A more complex rule specifies that one option item must not weigh more than 100 grams OR another option item must not weigh more than 50 grams AND the material must be steel.
A rule consists of one or more fragments and an action. The action can be a message action (messages that display), an expansion action (items that are added), or an assignment action (properties that are assigned). Rules can determine whether or not additional selections appear for a customer when they make certain choices (expansion action).
You define and attach rules to specific points in your model hierarchy. The rules fire when a customer chooses an option item. You can create your own rule classifications. Rule priorities determine the order in which rules are fired: lowest numbers fire first. Use values between 0 and 100: 50 is the default value.
Each time a model is validated, the rules fire to determine whether each rule succeeds or fails. You can control the order in which rules fire by setting a priority for each rule. Rules with lower priority value fire before rules with a higher priority value. The default value is 50.
When you test a model, you can review the model firing behavior. You can also specify whether rules are fired just once or possibly multiple times.
Define a Rule
If you are defining the rule at the model level, then the Rules tab displays two tabs: Attach and Define. Click the Define tab.The model group level contains a single tab for defining the rule.The New Rule tab displays.You can define messages to display, a rule expansion formula, or you can assign properties and values.
No syntax checking is performed on rules. The configurator engine will fail to load a model if there is a syntax error in any of the assigned rules.
Modify a Rule
The Rules tab for the Model level displays two tabs: Attach and Define. To modify the rule, click the Define tab. The model group level contains a single tab for defining the rule.The Rules tab displays a table with the currently defined rules.Click Where Used at the bottom of the tab to view the entities to which the rule is attached.The Edit Rule tab displays.Name and DescriptionCommentsWhether the rule is triggered when the rule's conditions are met (success) or not met (failure)Rule fragments in the Fragments tableActions in the Actions areaCreate a Rule Classification
Attach a Rule
At the model level, the Rules tab contains two tabs: Attach and Define. At the option class and option item levels, the Rules tab looks like the Attach tab.The Attach tab displays a drop-down list of the unattached rules, as well as a table showing the rules that are currently attached.The rule is appended to the end of the current rules in the Attached Rules table.If any errors occur up to this point in the rule firing, processing stops and the errors display. If no errors occur, rule firing continues until all the rules are fired or the next checkpoint is hit.The rules fire within the element to which they are attached in the order they appear in the list. You can modify the order using the up or down arrows to the right of the rule.View the Details of an Attached Rule
At the model level, the Rules tab contains two tabs: Attach and Define. At the option class and option item levels, the Rules tab looks like the Attach tab.The Attach tab displays a drop-down list of the unattached rules, as well as a table showing the rules that are currently attached.The Rule Detail Viewer displays.View Rule Attachments
The Rules tab for the Model level displays two tabs: Attach and Define. To modify the rule, click the Define tab. The model group level contains a single tab for defining the rule.The Rules tab displays a table with the currently defined rules.The Edit Rule tab displays.The Rule Usage window displays.Unattach a Rule
At the model level, the Rules tab contains two tabs: Attach and Define. At the option class and option item levels, the Rules tab only contains attachments.The Rules tab displays a drop-down list of the unattached rules, as well as a table showing the rules that are currently attached.The rule returns to the Unattached Rules table.Delete a Rule
At the model level, the Rules tab contains two tabs: Attach and Define. At the model group level, you can only define. If the rule you want to delete was created at the model level, then click the Define tab.Move or Copy a Rule
Moving a rule means that the rule definition is deleted from its previous location. Copying a rule means that you create a copy of the rule without deleting its original definition.
- Navigate to the rule definition that you wish to move or copy.
- Click Copy Rule.
- Click Browse... to open the entity picker window.
- Navigate to the model group or group to which you want to move or copy the rule definition, select it, and click Done.
- If you want to, you can change the name of the rule definition.
- Click Move or Copy as appropriate.
An error message displays if a rule with the same name already exists in the target location. If a property referenced in the rule does not exist in the new location, it is created at the same time as the rule is.To Specify the Rule Firing Sequence
The higher the value of the priority, the lower is the priority: rules with lower priority value fire before rules with a higher priority value. The default value is 50.To Review Rule Firing
To Control Rule Firing
When the Configurator validates a model and the current set of picks, it tests each rule in turn to evaluate for success or failure, and performs expansion and assignment actions as appropriate. The property CONFIG: REPEAT FIRING controls rule firing.
Rule firing can behave as follows:
Single-pass rule firing: each rule is tested only once during model validation. Single-pass rule firing is the default.Multiple-pass rule firing: you can configure a model so that if any rules are fired, the fired rules are removed from the rules list and the remaining rules are tested again. This process continues until no more rules are fired.To Set Multiple-Pass Rule Testing
You can examine the trace log to verify that the rules fire only once. In the summary section of the trace log, you should see that there was one firing phase.
Rule Fragments and Actions Overview
A rule consists of one or more fragments and an action. Rule fragments perform the rule logic. Rule actions define what happens as a result of rule fragment evaluation.
Rule actions can be:
Message Actions: Displays a message when the rule is triggered.Formula and Expansion Actions: Defines an expansion action based on a rule expansion formula.Assignment Actions: Assigns the value calculated by the rule formula to one or more properties when the rule is triggered.Click the arrow icon to toggle the visibility of sections of the Fragments area and to enable working with fragments. For example, click the arrow to display the foreach section:
The following buttons display in the Fragments area of the New Rule tab:
Click the New Operator icon to create a nested level for creating fragments. The new level displays a new set of New Fragment and New Operator links. You use this New Fragment link to create the fragments at this nested level. If you click New Operator at this level, you create another nested level below the current level with its own set of New Fragment and New Operator links.
Click the New Fragment icon to create a fragment at the current level (in this case, the top level) in the rule structure. Click New Fragment again to create a second fragment at the current level. For example:
FragmentA AND FragmentBClick Delete to delete the fragment.
Click Edit to modify the fragment.
Foreach Rule Modifier
The foreach rule modifier applies a rule to elements of a model that meet a specified condition. The rule specifies a condition and the action to take if the condition is met: for each element in the model that meets the condition, the Product Configurator takes the specified action. You can apply the foreach rule modifier to each element of the model whether or not the customer selects it, or only to elements that the customer selects.
The foreach rule modifier is basically a scope modifier for a rule condition. When there is no scope defined, the rule condition's scope is properties in the property pool. The rule first looks in the property pool at the properties attached to the node to which the rule is attached. To expand the scope of the rule condition, you click the condition expansion icon. Scope expansion operates by describing a property to search for and a temporary property to hold the current value each time the rule is fired. The UI presents:
foreach {propertyOne} as {propertyTwo}Which means:
For every item in the model that has {propertyOne} attached
Use {propertyTwo} to hold the current value of {propertyOne}
==> evaluate the rest of the rule as if the rule were attached to the item that has {propertyOne} attached
The scope modifier can apply to properties in the property pool only (which contains only the properties of those option items selected by the user) or it can search over properties anywhere in the model regardless of whether the item is selected or not.
You set whether the foreach rule condition modifier traverses the entire model, or traverses only the properties of option classes or option items that the user selected and are in the property pool, by clicking the anywhere in the model checkbox.
For example, suppose that you want to define a rule to display appropriate food choices for a particular lifestyle. If the customer chooses "healthy", they see only healthy choices such as broccolli, brown rice, and granola. If the customer chooses "unhealthy", they see only unhealthy choices such as cheesy scalloped potatoes, donuts, and hot dogs.
You define several option classes: Lifestyle, Breakfast, Lunch, and Dinner. Within those option classes, you define the option items (choices): healthy or unhealthy for Lifestyle; granola, fruit, donuts, and crispy bacon for Breakfast; salad, tofu, chili-cheese fries, and hot dogs for Lunch, and so on. You define a property on the Lifestyle choices to indicate the customer's lifestyle choice: lifestyleChoice, which has the value healthy or unhealthy. To enable matching the customer's food choice with their lifestyle choice, you define a property on each of the food choices, foodType, which has the value healthy or unhealthy. The rule checks the lifestyleChoice property against the foodType property to determine whether or not to display a particular food choice.
You can attach the rule to each option item in the model to which the rule applies, but if you add option classes or option items, every time you add a new option class or option item, you must attach the rule to the new option class or option item. A simpler method is to attach the rule to one point in the model, and check the "anywhere in the model" checkbox. When you compile the model, the Product Configurator automatically applies the rule to each of the model's option items.
Example: To Create a Simple Level of Fragments
In this example, you create a rule consisting of two fragments joined by a single operator, with no nested levels:
FragmentA AND FragmentB
. When you access the tab, the New Rule tab displays.The New Fragment tab displays.Check the Not check box to define the fragment as a negative: "NOT (sum(PropertyA <= 250))".Select the first function from the Function1 drop-down list.Select a property from the Property1 drop-down list.Select the operator.Select the second function from the Function2 drop-down list.In the Property2 field, select a property from the drop-down list or enter a literal value in the field (if you selected "literal" as the function).Select the value for the If Not Specified drop-down list.The New Rule tab re-displays with the new fragment. Note the infix representation.Example: To Create Nested Fragments
In this example, the modeler is creating the following rule with nested fragments:
(FragmentA AND FragmentB) OR (FragmentC AND FragmentD)A nested level appears in the New Rule tab. This level has its own drop-down boolean operators, as well as its own New Fragment, New Operator, and Delete Operator icons.Use the nested drop-down list to select the boolean operator for these fragments. The default is AND.Use the nested New Fragment icon to create the fragments at this nested level.After the two fragments are complete, the New Rule tab displays.You can nest as many fragments as you want by clicking the nested New Operator icon. Each time, a new nested operator appears with a new set of nested icons. You use these nested icons to create the fragments for the nested level.
A new nested level appears in the fragments tab. This level has its own drop-down boolean operators, as well as its own New Fragment, New Operator, and Delete Operator icons.Use the nested drop-down list of boolean operators and the nested New Fragment icon for these fragments.After you complete the two fragments, the New Rule tab displays.To Modify a Fragment
The Edit Fragment tab displays.Check the Not check box if you want to define the fragment as a negative: ''NOT (sum(PropertyA <= 250))''.Select the first function from the Function1 drop-down list.Select a property from the Property1 drop-down list.Select the operator.Select the second function from the Function2 drop-down list.In the Property2 field, select a property from the drop-down list or enter a literal value in the field (if you selected ''literal'' as the function).Select the value for the If Not Specified drop-down list.To Delete a Fragment
Find the fragment you want to delete in the Fragments table, then click the Delete icon in the Actions column on the same line as the fragment.
To Create a Message Action
Perform this task in the Message Actions area of the New Rule or Edit Rule tab when you create or modify a rule.
- Select the type of message action from the drop-down list: Error, Warning, Suggestion.
- Type the message.
- Click Add Item.
- Repeat these steps to enter additional messages.
- Click Save to save the message action and continue editing. Click Save and Return to save the message and return to the Define tab.
To Create an Expansion Action
Perform this task in the Expansion Actions area of the New Rule or Edit Rule tab when you create or modify a rule.
The results of the formula are used to perform the expansion.The minimum amount is the value the rule formula result must be greater than. The value can be negative or greater than, or equal to zero. The value must be less than the maximum value (Max). The maximum amount is the maximum value the rule formula result must match. This value must be greater than the minimum value (Min).
Min and Max work slightly differently: for a fragment to evaluate to true, the rule formula must evaluate to greater than the Min value, but less than or equal to the Max value.
2*value(Memory Cards)Provide the full path to the expansion item within the current model.You can use a rule in multiple models, which has implications for specifying the full path name. To facilitate the use of expansion rules across multiple models, you can use special symbols as follows:Begin the path with a period (.), which means ''from the attachment point of the rule''. For example, ".Memory.64MB" means "an option item called 64MB in an option class called Memory in the current model".Begin the path with an asterisk (*), which means from the root of the model group hierarchy.If the name of a path component includes a quote character (' or "), you must escape the quote character or wrap the whole expression in quotes. For example, to get the gauge property from the Tubing.3" pipe.threading option item, use:x = value(Tubing.3\"pipe.threading.gauge)or:x = value('Tubing.3"pipe.threading.gauge')To retrieve Board.8'plank.thickness, use:x = value(Board.8\'plank.thickness)or:x = value("Board.8'plank.thickness")The result of an expansion action picks a quantity selected on an option item. If the option item quantity is a drop-down list, ensure that the possible calculated values are consistent with the pickable values: otherwise, the drop-down list will not be able to display the calculated value.
To Create an Assignment Action
Perform this task in the Assignment Actions area at the bottom of the New Rule or Edit Rule tab when you create or modify a rule.
2*value(Memory Cards)When you assign a value to a property whose type is String, use the following syntax to refer to properties:${function(arg1, arg2, ..., arg N}For example, ${expand("Color", "Black", 0)}.If you leave this field blank, the assignment defaults to the entity to which the rule is attached.The following table summarizes some of the available properties for assignment.
Example: Usage of the Expand Function
The syntax of the expand function is:
For example, suppose that you want to display the name of the model as the name of the associated product together with the product description. At the model level, set the value of the UI: DISPLAY NAME property to:
If the product name or description changes and you recompile the model, the name or description displays with the new version when users next configure the product.
Here are more examples of the expand function:
String-valued property:${expand("color")}${expand("color", "Black")}Numeric-valued property:${expand("weight")}${expand("weight", 0.0)}${expand("weight", 0.0, #.00)}Option Constraints
Constraint tables enable you to limit a customer's choice of one or more option items based on the customer's choice of another option item. For example, the choice of an exterior color for a car limits the choice of interior colors.
You create an option constraint by creating a constraint table. You define constraint tables at the model level. After you create a table and the option classes that will provide the constraints, you define the constraints. Each row in the table represents a constraint.
Create a Constraint Table
Two tabs display: General Info and Records. The General Info tab displays general information about the table displayed in the Table Name field.The Create New Constraint Table tab displays.The message appears when the customer makes a selection that is incompatible with a constraint defined in the table.Select the message type: error, warning, or suggestion.Enter the message in the Message field.The Tables tab re-displays with the new table in the Table Name field. Next, create the option constraints that are a part of the table using the Records tab.
Modify a Constraint Table
Define option constraints.Modify option constraints.Delete option constraints.Modify the name, description, or effectivity dates in the General Info tab.Modify the error/warning/suggestion message in the General Info tab.Define Option Constraints
Two tabs display: General Info and Records. The General Info tab displays general information about the table displayed in the Table Name field. The Records tab is where you define the constraints.The currently-defined option constraints display.Select an option class from the Table Column name drop-down list.The drop-down list includes all the option classes that belong to the model, including any nested option classes and option classes that are part of option class groups attached to the model. The drop-down list displays the path to the option class relative to the model.Click Add.The column name is added to the table.Click New Constraint to add a new row to the table.Click Edit.The option classes display as table columns, along with their option items.The option items that display include any option items belonging to an any option item group attached to the option class.Define compatibility ("Selected Values are all"). For example, will the selections you make in one column be valid or invalid with the selections in the other column(s)?Select one or more option items in each column.Click Save.Modify an Option Constraint
The currently-defined option constraints display.The constraint information displays.Modify compatibility.Will the selections you make in one column be valid/invalid with the selections in the other column(s)?Modify the option items in each column.Click Save.Delete Option Constraints
The currently-defined option constraints display.Delete a Constraint Table
Import and Export Models
You can import model groups and models in the form of XML files. You can either import the entity relative to its original root model group, or you can designate a location into which to import. The model appears in the Navigation frames, and you can add to or modify the imported model.
To Import Model Groups and Models
The Visual Modeler Import window displays.When you select the file, the file displays in the field along with the complete path to the file.Import with its original structure relative to its root model groupThe Import process ignores any Destination Model Group indicated at the top of the window.Import into the selected destination model groupTo Export a Model Group or Model
You can either open the XML file at its current location, choosing a desired text processing tool, or you can save the file to a desired location.
Using Dynamic Instantiation
Dynamic instantiation enables users to configure products on the fly and avoids having to create option items for each possible product configuration in your model. For example, consider a server rack. The user can decide on the number of slots they need and create dynamic instantiation controls for each type of component, such as servers and storage arrays that can fit into a slot, AC or DC power, and so on. As the modeler, you create the rack model, then create option classes for each of the rack's configurable features (such as servers and storage arrays) and set them as dynamic instantiation control classes. A user buying computer racks navigates to the rack product on your site and clicks the Configure button next to the servers and storage array choices. This adds a new option item to the model for that configurable feature. To configure each option item, the user clicks the Configure button that appears next to each added item. After the user adds and configures the entire rack and all the configurable features, the user clicks the Add button to add the rack to their cart.
The New Model page displays.The Model Navigation page for the new model displays.The New Option Class page displays.Set other Display properties as appropriate, then click Save All Changes.CONFIG: SUBMODEL NAMEEnter the name of an existing submodel for the property value, then click Attach.CONFIG: SUBMODEL RETURNEnter the name of an existing submodel to which the end-user should return after clicking the Add button, then click Attach.Search
You can search for entities that contain properties and property values that you specify as parameters. You can search across the entire hierarchy, you can limit your search to model groups, models, option classes, option items, and rules, or you can limit your search even further to the currently selected model or group.
To Search for Entities
The Search window displays.Click Browse... to display a browser window to select a property from a list of all the properties in the Visual Modeler.Use the drop-down list to select AND or OR. Select AND to produce search results that include both the Property Name and Property Value parameters you select. Select OR to produce search results that include either parameter.When you enter a property value, the search results include property values that contain the property value you enter. For example, if you enter "75", the search results include any properties with the value "75" as well as property values such as "7550-1" or "MX-75-1".The search results display below the parameters. By default, the result is sorted in ascending order by property name. You can click one of the following columns to sort:
Property NameValueLocationWhen you click the column title the first time, the column is sorted in ascending order.
Reports
You can run a report on a model that you specify. You can select the types of information you want in the report:
Rule definitionsList definitionsProperty definitionsDisplay SettingsAttached PropertiesAttached RulesExpand GroupsTo Run a Report
The Report Entry window displays.You can click Browse... to find and select the model in the model hierarchy.This produces a report for the models with effectivity dates within the specified date range.
© 2011 IBM Corporation. All Rights Reserved |