|
like to make the minimum level as default.
and would like to define minimum level as only records that have that
party Id of the login associated with it
this means screens like the communication events would only list the
communication of where the partyID matches of the individual.
This would mean using they would only see their own profile in
searching for parties.
In widget screens is we have the
<condition>
<or>
<if-has-permission permission="ACCOUNTING"
action="_VIEW"/>
</or>
</condition>
that can be added, when a broader permission is required.
|