<div dir="ltr">Hi,<div>Is it possible to have inducement with order=2 and condition based on order 2 focus attribute in a role?</div><div>For example, Org 2 has Org 1 among its assignments. Role 1 has inducement of order 2 which assigns Role 2. Role 1 is assigned to Org 1. </div><div>Can the definition of the inducement have a condition which is based on attributes of order=2 focus - org2 in my case? </div><div><br></div><div>My version of condition says that costCenter is an attribute of order=1 focus. I'd like to have a condition based on order=2 focus which is costCenter==link in my case. <br><br>    <inducement><br>        <targetRef oid="efa447f8-8f45-4421-a463-5f2fd6a44580" relation="org:default" type="c:RoleType"/><br>        <order>2</order><br>        <focusType>c:OrgType</focusType><br>        <condition><br>            <source><br>                <path>costCenter</path><br>            </source><br>            <expression><br>                <script><br>                    <code><br>                        <a href="http://log.info">log.info</a>(focus.costCenter);<br>                        return focus.costCenter == "link";<br>                    </code><br>                </script><br>            </expression><br>        </condition><br>    </inducement><br></div></div>