You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2007/05/03 20:24:41 UTC

ganular permissions levels

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.