Re: limit Invoice access by logged user (or the Invoice Sales Rep)

2015-09-21 Thread Gabriel Oberreuter
iew this message in context: http://ofbiz.135035.n4.nabble.com/limit-Invoice-access-by-logged-user-or-the-Invoice-Sales-Rep-tp4671577p4672565.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: limit Invoice access by logged user (or the Invoice Sales Rep)

2015-08-26 Thread Gabriel Oberreuter
Thanks Taher, I will have a look at the document, and decide later how to implement this. Once implemented, I will post my impressions in this thread. Gabriel -- View this message in context: http://ofbiz.135035.n4.nabble.com/limit-Invoice-access-by-logged-user-or-the-Invoice-Sales-Rep

Re: limit Invoice access by logged user (or the Invoice Sales Rep)

2015-08-26 Thread BJ Freeman
quick and dirty would be to have roleTypeId SALES_REP-1 through every how many you have.this lets you manage each and tranfer a sales reps data by just adding to another roleTypeId SALES_REP-X when one leaves On Tuesday, August 25, 2015 5:04 PM, Gabriel Oberreuter goberreu...@gmail.com

Re: limit Invoice access by logged user (or the Invoice Sales Rep)

2015-08-25 Thread Taher Alkhateeb
Hi Gabriel, We had a requirement once where security needed to be on row / record level, and OFBiz does supports this on the widget level. Your solution is not hard, you will probably need to define a few view entities with constraints on roletype of logged in user. You will also limit what

limit Invoice access by logged user (or the Invoice Sales Rep)

2015-08-25 Thread Gabriel Oberreuter
Hello, I have the following requirement: At our company, Invoices are always assigned to a sales_rep executive, and in Ofbiz we do this by creating an InvoiceRole (roleTypeId SALES_REP) between each Invoice and its corresponding sales rep. Now, we need to limit the access of each sales rep only