Multiple Store with different users

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

Multiple Store with different users

Vikas
Hi All,

Here is my very urgent requirement Please help me

I have 2 stores with different places, I want to create separate login for my 2 stores and the members cannot access / view details from the other stores!!! Is this possible using ofBiz? if so how?

Thanks & Regards
Vikas
Reply | Threaded
Open this post in threaded view
|

Re: Multiple Store with different users

Deepak Agarwal-2
We have done it using a groovy in commonscreens , it runs with every
request. It does following:

1) Gets the partyId of the userLogin
2) delegator.findByAnd("ProductStoreRole", "partyId", partyId);

Put the stores in the user session and have a check before 2) to check in
the session first to minimize the db hits.

Here, if member is associated with the product store then he can logged in.
However, you can put a certain role also.


On Tue, Apr 23, 2013 at 11:11 AM, Vikas <[hidden email]> wrote:

> Hi All,
>
> Here is my very urgent requirement Please help me
>
> I have 2 stores with different places, I want to create separate login for
> my 2 stores and the members cannot access / view details from the other
> stores!!! Is this possible using ofBiz? if so how?
>
> Thanks & Regards
> Vikas
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Multiple-Store-with-different-users-tp4640826.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>



--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044