Enhancement of PlanOrder Rule to ProductPlanOrder Rule

With plan groups replaced by products the PlanOrder rule needs modification to accommodate the product ordering functionality.The PlanOrder business rule should also define the sort order of products for all screens that have system-defined product drop-down lists. The name of the rule should be changed to ProductPlanOrder.

Prerequisites

Products and Plans should exist in the system.

New Items

ProductPlanOrder business rule

Changes to Existing Items

NA

Configuration Details

Plans - ASCENDING on plan name , Products : First level ordering : ASCENDING on EffectiveFrom , Second level ordering: DESCENDING on ProductName

<ProductPlanOrder>
<Plan>
<OrderBy ORDER="ASCENDING">PlanName</OrderBy>
</Plan>
<Product>
<OrderBy ORDER="ASCENDING">EffectiveFrom</OrderBy>
<OrderBy ORDER="DESCENDING">ProductName</OrderBy>
</Product>
</ProductPlanOrder>

            

Plans - DESCENDING on plan name , Products : First level ordering : ASCENDING on EffectiveFrom , Second level ordering: DESCENDING on ProductName

<ProductPlanOrder>
<Plan>
<OrderBy ORDER="DESCENDING">PlanName</OrderBy>
</Plan>
<Product>
<OrderBy ORDER="ASCENDING">EffectiveFrom</OrderBy>
<OrderBy ORDER="DESCENDING">ProductName</OrderBy>
</Product>
</ProductPlanOrder>

            

Plans - ASCENDING on plan name , Products : First level ordering : DESCENDING on EffectiveFrom, Second level ordering: DESCENDING on ProductName

<ProductPlanOrder>
<Plan>
<OrderBy ORDER="ASCENDING">PlanName</OrderBy>
</Plan>
<Product>
<OrderBy ORDER="DESCENDING">EffectiveFrom</OrderBy>
<OrderBy ORDER="DESCENDING">ProductName</OrderBy>
</Product>
</ProductPlanOrder>
     
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us