Hi all
i got permission denied error when mounting the ecommerce web application as root application .where I have to set the permission to mount the ecommerce web application as a root application Regards P.Raj |
making the eccommerce as a url root (/) will have no effect on permissions.
Can you give more detail? Raj sent the following on 7/9/2006 3:43 PM: > Hi all > > i got permission denied error when mounting the ecommerce web application as > root application .where I have to set the permission to mount the ecommerce > web application as a root application > > > > > > Regards > > P.Raj > > > > |
I have set the eCommerce as / application , it will work for me also ,but
problem is that when I am login into application,I got "User does not have permission " and also page redirect to login page. -----Original Message----- From: BJ Freeman [mailto:[hidden email]] Sent: Monday, July 10, 2006 4:38 PM To: [hidden email] Subject: Re: Help needed for Mount-point making the eccommerce as a url root (/) will have no effect on permissions. Can you give more detail? Raj sent the following on 7/9/2006 3:43 PM: > Hi all > > i got permission denied error when mounting the ecommerce web application as > root application .where I have to set the permission to mount the ecommerce > web application as a root application > > > > > > Regards > > P.Raj > > > > |
have you followed the procedures setup in the Manual?
Looks like you missed a step. Raj sent the following on 7/9/2006 4:30 PM: > I have set the eCommerce as / application , it will work for me also ,but > problem is that when I am login into application,I got "User does not have > permission " and also page redirect to login page. > > -----Original Message----- > From: BJ Freeman [mailto:[hidden email]] > Sent: Monday, July 10, 2006 4:38 PM > To: [hidden email] > Subject: Re: Help needed for Mount-point > > making the eccommerce as a url root (/) will have no effect on permissions. > Can you give more detail? > > > Raj sent the following on 7/9/2006 3:43 PM: >> Hi all >> >> i got permission denied error when mounting the ecommerce web application > as >> root application .where I have to set the permission to mount the > ecommerce >> web application as a root application >> >> >> >> >> >> Regards >> >> P.Raj >> >> >> >> > > |
Hi all
A couple of weeks ago I asked how to associate a user with a catalog on the ecommerce site (a specific catalog can be viewed only when a user is connected/logged in). Now I've tried to do the same with a party group. So what I want to do now is: I want a catalog to be visible only when a member of a party group (or a "company") logs in. But again, I don't know the roles to assign to users to be able to do what I want. Is there a list of party roles and what they do and where they're used? Thanks a lot! Alexandre Vaillancourt |
I'm not in front of anything I can look up at the
moment, but I don't believe a hook was ever written in that recurses through the party group. There's a service that does it pretty easily though. --- Alexandre Vaillancourt <[hidden email]> wrote: > Hi all > > A couple of weeks ago I asked how to associate a > user with a catalog on the > ecommerce site (a specific catalog can be viewed > only when a user is > connected/logged in). > > Now I've tried to do the same with a party group. So > what I want to do now > is: I want a catalog to be visible only when a > member of a party group (or a > "company") logs in. > > But again, I don't know the roles to assign to users > to be able to do what I > want. Is there a list of party roles and what they > do and where they're > used? > > Thanks a lot! > > Alexandre Vaillancourt > > > |
Do you have any idea of what service that is?
Thanks a lot Alexandre Vaillancourt -----Original Message----- From: Chris Howe [mailto:[hidden email]] Sent: Monday, July 10, 2006 2:53 PM To: [hidden email] Subject: Re: User, company and catalogs I'm not in front of anything I can look up at the moment, but I don't believe a hook was ever written in that recurses through the party group. There's a service that does it pretty easily though. --- Alexandre Vaillancourt <[hidden email]> wrote: > Hi all > > A couple of weeks ago I asked how to associate a > user with a catalog on the > ecommerce site (a specific catalog can be viewed > only when a user is > connected/logged in). > > Now I've tried to do the same with a party group. So > what I want to do now > is: I want a catalog to be visible only when a > member of a party group (or a > "company") logs in. > > But again, I don't know the roles to assign to users > to be able to do what I > want. Is there a list of party roles and what they > do and where they're > used? > > Thanks a lot! > > Alexandre Vaillancourt > > > |
Like I said, I'm not in front of code right now. But,
I believe it is used in the ecommerce checkout to determine who has the option of checking out to a party group's billing account. It essentially finds the customer who is in the relationship of "Agent" to a part group and then searches for the billing accounts where the party group is in the role of BILL_TO_CUSTOMER. That might help you get on the right track if you're in a hurry. --- Alexandre Vaillancourt <[hidden email]> wrote: > Do you have any idea of what service that is? > > Thanks a lot > > Alexandre Vaillancourt > > -----Original Message----- > From: Chris Howe [mailto:[hidden email]] > Sent: Monday, July 10, 2006 2:53 PM > To: [hidden email] > Subject: Re: User, company and catalogs > > I'm not in front of anything I can look up at the > moment, but I don't believe a hook was ever written > in > that recurses through the party group. There's a > service that does it pretty easily though. > > --- Alexandre Vaillancourt > <[hidden email]> wrote: > > > Hi all > > > > A couple of weeks ago I asked how to associate a > > user with a catalog on the > > ecommerce site (a specific catalog can be viewed > > only when a user is > > connected/logged in). > > > > Now I've tried to do the same with a party group. > So > > what I want to do now > > is: I want a catalog to be visible only when a > > member of a party group (or a > > "company") logs in. > > > > But again, I don't know the roles to assign to > users > > to be able to do what I > > want. Is there a list of party roles and what they > > do and where they're > > used? > > > > Thanks a lot! > > > > Alexandre Vaillancourt > > > > > > > > > > |
The service I was talking about is appropriately named
"getRelatedParty". --- Chris Howe <[hidden email]> wrote: > Like I said, I'm not in front of code right now. > But, > I believe it is used in the ecommerce checkout to > determine who has the option of checking out to a > party group's billing account. It essentially finds > the customer who is in the relationship of "Agent" > to > a part group and then searches for the billing > accounts where the party group is in the role of > BILL_TO_CUSTOMER. That might help you get on the > right track if you're in a hurry. > > --- Alexandre Vaillancourt > <[hidden email]> wrote: > > > Do you have any idea of what service that is? > > > > Thanks a lot > > > > Alexandre Vaillancourt > > > > -----Original Message----- > > From: Chris Howe [mailto:[hidden email]] > > Sent: Monday, July 10, 2006 2:53 PM > > To: [hidden email] > > Subject: Re: User, company and catalogs > > > > I'm not in front of anything I can look up at the > > moment, but I don't believe a hook was ever > written > > in > > that recurses through the party group. There's a > > service that does it pretty easily though. > > > > --- Alexandre Vaillancourt > > <[hidden email]> wrote: > > > > > Hi all > > > > > > A couple of weeks ago I asked how to associate a > > > user with a catalog on the > > > ecommerce site (a specific catalog can be viewed > > > only when a user is > > > connected/logged in). > > > > > > Now I've tried to do the same with a party > group. > > So > > > what I want to do now > > > is: I want a catalog to be visible only when a > > > member of a party group (or a > > > "company") logs in. > > > > > > But again, I don't know the roles to assign to > > users > > > to be able to do what I > > > want. Is there a list of party roles and what > they > > > do and where they're > > > used? > > > > > > Thanks a lot! > > > > > > Alexandre Vaillancourt > > > > > > > > > > > > > > > > > > > |
Thanks, I'll look into it!
-----Original Message----- From: Chris Howe [mailto:[hidden email]] Sent: Tuesday, July 11, 2006 3:33 PM To: [hidden email] Subject: RE: User, company and catalogs The service I was talking about is appropriately named "getRelatedParty". --- Chris Howe <[hidden email]> wrote: > Like I said, I'm not in front of code right now. > But, > I believe it is used in the ecommerce checkout to > determine who has the option of checking out to a > party group's billing account. It essentially finds > the customer who is in the relationship of "Agent" > to > a part group and then searches for the billing > accounts where the party group is in the role of > BILL_TO_CUSTOMER. That might help you get on the > right track if you're in a hurry. > > --- Alexandre Vaillancourt > <[hidden email]> wrote: > > > Do you have any idea of what service that is? > > > > Thanks a lot > > > > Alexandre Vaillancourt > > > > -----Original Message----- > > From: Chris Howe [mailto:[hidden email]] > > Sent: Monday, July 10, 2006 2:53 PM > > To: [hidden email] > > Subject: Re: User, company and catalogs > > > > I'm not in front of anything I can look up at the > > moment, but I don't believe a hook was ever > written > > in > > that recurses through the party group. There's a > > service that does it pretty easily though. > > > > --- Alexandre Vaillancourt > > <[hidden email]> wrote: > > > > > Hi all > > > > > > A couple of weeks ago I asked how to associate a > > > user with a catalog on the > > > ecommerce site (a specific catalog can be viewed > > > only when a user is > > > connected/logged in). > > > > > > Now I've tried to do the same with a party > group. > > So > > > what I want to do now > > > is: I want a catalog to be visible only when a > > > member of a party group (or a > > > "company") logs in. > > > > > > But again, I don't know the roles to assign to > > users > > > to be able to do what I > > > want. Is there a list of party roles and what > they > > > do and where they're > > > used? > > > > > > Thanks a lot! > > > > > > Alexandre Vaillancourt > > > > > > > > > > > > > > > > > > > |
I think no link was made because a user can be an agent of many parties, and
it would be confusing at the moment of billing... maybe.. dunno... anyways, I got to do what I wanted ;o) thanks a lot! -----Original Message----- From: Alexandre Vaillancourt [mailto:[hidden email]] Sent: Tuesday, July 11, 2006 5:18 PM To: [hidden email] Subject: RE: User, company and catalogs Thanks, I'll look into it! -----Original Message----- From: Chris Howe [mailto:[hidden email]] Sent: Tuesday, July 11, 2006 3:33 PM To: [hidden email] Subject: RE: User, company and catalogs The service I was talking about is appropriately named "getRelatedParty". --- Chris Howe <[hidden email]> wrote: > Like I said, I'm not in front of code right now. > But, > I believe it is used in the ecommerce checkout to > determine who has the option of checking out to a > party group's billing account. It essentially finds > the customer who is in the relationship of "Agent" > to > a part group and then searches for the billing > accounts where the party group is in the role of > BILL_TO_CUSTOMER. That might help you get on the > right track if you're in a hurry. > > --- Alexandre Vaillancourt > <[hidden email]> wrote: > > > Do you have any idea of what service that is? > > > > Thanks a lot > > > > Alexandre Vaillancourt > > > > -----Original Message----- > > From: Chris Howe [mailto:[hidden email]] > > Sent: Monday, July 10, 2006 2:53 PM > > To: [hidden email] > > Subject: Re: User, company and catalogs > > > > I'm not in front of anything I can look up at the > > moment, but I don't believe a hook was ever > written > > in > > that recurses through the party group. There's a > > service that does it pretty easily though. > > > > --- Alexandre Vaillancourt > > <[hidden email]> wrote: > > > > > Hi all > > > > > > A couple of weeks ago I asked how to associate a > > > user with a catalog on the > > > ecommerce site (a specific catalog can be viewed > > > only when a user is > > > connected/logged in). > > > > > > Now I've tried to do the same with a party > group. > > So > > > what I want to do now > > > is: I want a catalog to be visible only when a > > > member of a party group (or a > > > "company") logs in. > > > > > > But again, I don't know the roles to assign to > > users > > > to be able to do what I > > > want. Is there a list of party roles and what > they > > > do and where they're > > > used? > > > > > > Thanks a lot! > > > > > > Alexandre Vaillancourt > > > > > > > > > > > > > > > > > > > |
Free forum by Nabble | Edit this page |