9. Policy Builder: New Features

(Home)     Previous     Next


1. Drag and Drop Reordering in Action Builder


When you have more than one action in the Action Builder, you can reorder the actions by dragging and dropping them. The Action Builder can be accessed from the "for each" action in Policy Builder.

2. Generic And Unique XPath Context


The XPath expression builder now supports Generic and Unique XPath paths. Just click the Generic button to show a generic XPath expression or the Unique button to show a unique XPath expression.

A generic XPath expression is one where you would match any of the nodes at the level in the tree that the expression points to. For example, if you had the following xml

<add class-name="User" src-dn="\Sam">
        <association>1012</association>
        <add-attr attr-name="cn">
                <value>Sam</value>
        </add-attr>
        <add-attr attr-name="Surname">
                <value>Jones</value>
        </add-attr>
        <add-attr attr-name="Given Name">
                <value>Sam</value>
        </add-attr>
        <add-attr attr-name="Telephone Number">
                <value>555-1212</value>
        </add-attr>
</add>
then the path "/add/add-attr" would return each add-attr in the xml tree. The path "/add/add-attr[2]" would return the second add-attr in the document and none of the others.

3. New XPath Builder Icon


There is a new icon used to launch the XPath Builder. This icon better represents the functionality of the XPath Builder.

4. Implement Custom Field For DN's


The Parse DN Verb in the Argument Builder now supports the Custom DN field fully by giving you a text field into which you can enter your custom DN delimiter.

5. Toolbar Icons Reduced


The icons on the toolbar for the Policy Builder have been reordered and some have been added to a menu that drops from the last item on the toolbar.



Other Enhancements & Bug Fixes
  1. XPath builder tab order is incorrect - Click here for details...
  2. Inconsistent way to use current object with add association - Click here for details...
  3. Disabled Rule cannot be marked with a mouse click - Click here for details...
  4. Operator (And/Or) not added when 'New/Insert Condition Before' when the first condition selected - Click here for details...
  5. bug in pre-defined command transformation rules for creating target destination containers - Click here for details...
  6. Reduce number of icons visible on toolbar - Click here for details...
  7. Condition is added to a new rule unexpectedly - Click here for details...
  8. ClassNotFoundException occurs when Policy Builder is opened - Click here for details...
  9. NullPointerException in error log when selecting radio buttons in XPath Builder - Click here for details...
  10. The 'Leave the DN field below blank' message appears in every action - Click here for details...
  11. Enable double-click action in Predefined Rules dialog - Click here for details...
  12. ArrayIndexOutOfBoundsException when right-clicking in rule description field - Click here for details...
  13. Change launch XPath builder icon - Click here for details...
  14. ParseDN Verb missing field when Destination DN Format is set to custom - Click here for details...
  15. Make custom delimiter field smaller - Click here for details...
  16. Closing Policy Builder and saving changes closes Policy Flow view - Click here for details...

(Home)     Previous     Next