Permissions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Permissions

Shereen
Hi all
I want to make a little change in sfa and I'm wondering if anyone can help me
I want ONLY the accounting manager to be able to view the the all accounts I don't want other sales persons to view all accounts
first I commented the the part of code that includes the list of accounts in the default accounts page.
I want to keep the find screen but only the sfa admin should be able to see it .
can anyone please help me how to do that?
I have only basic information about permissions and services with permissions
Reply | Threaded
Open this post in threaded view
|

Re: Permissions

james_sg
To show/hide a screen according to permission, you can use the "if-has-permission" tag.

Shereen wrote
Hi all
I want to make a little change in sfa and I'm wondering if anyone can help me
I want ONLY the accounting manager to be able to view the the all accounts I don't want other sales persons to view all accounts
first I commented the the part of code that includes the list of accounts in the default accounts page.
I want to keep the find screen but only the sfa admin should be able to see it .
can anyone please help me how to do that?
I have only basic information about permissions and services with permissions
Reply | Threaded
Open this post in threaded view
|

Re: Permissions

BJ Freeman
https://cwiki.apache.org/OFBTECH/ofbiz-security.html
also check Role limited (or based) permissions
and the notes at the end of the document.



=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man

james_sg sent the following on 10/12/2010 3:23 AM:

>
> To show/hide a screen according to permission, you can use the
> "if-has-permission" tag.
>
>
> Shereen wrote:
>>
>> Hi all
>> I want to make a little change in sfa and I'm wondering if anyone can help
>> me
>> I want ONLY the accounting manager to be able to view the the all accounts
>> I don't want other sales persons to view all accounts
>> first I commented the the part of code that includes the list of accounts
>> in the default accounts page.
>> I want to keep the find screen but only the sfa admin should be able to
>> see it .
>> can anyone please help me how to do that?
>> I have only basic information about permissions and services with
>> permissions
>>
>