|
Home > Archive > Commerce Server General > August 2006 > Custom Profiles
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| André Nobre 2006-08-19, 1:21 am |
| Hi,
I´ve created some customs profiles, like ComercialAddress, and others. Now I
need to search in this customs profiles for some data. I´m using the
ProfilesWebService.asmx, to get an ProfileManagementContext object and
search for the registers in customs profile. The problem is that the
profile.GetSearchableEntities() method doesn´t "see" this customs profiles,
just the "default" ones.
Anyone know how I can search in my customs profiles using the Web Services?
Any idea?
Thanks!
| |
| David Hargis [MSFT] 2006-08-24, 7:20 pm |
| You will first need to update the AzMan policy file
ProfilesAuthorizationStore.xml (in the ProfilesWebService physical
directory) to contain a scope for each of your custom profiles. If you
want granular security, you'll need to create AzMan roles under each of
those scopes as well.
Also, if you want these profiles to be displayed in a more 'friendly' way
in the Customer and Orders Manager, you will need to update
xx_PresentationInfo.xml to contain elements for each of the custom profiles.
- David
--------------------
From: "André Nobre" <no@spam.com>
Subject: Custom Profiles
Date: Fri, 18 Aug 2006 16:21:04 -0300
Lines: 14
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.2663
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757
Message-ID: <uxbC2tvwGHA.2232@TK2MSFTNGP05.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 200-157-88-253.brq.com 200.157.88.253
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP05.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:18200
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
I´ve created some customs profiles, like ComercialAddress, and others. Now
I
need to search in this customs profiles for some data. I´m using the
ProfilesWebService.asmx, to get an ProfileManagementContext object and
search for the registers in customs profile. The problem is that the
profile.GetSearchableEntities() method doesn´t "see" this customs profiles,
just the "default" ones.
Anyone know how I can search in my customs profiles using the Web Services?
Any idea?
Thanks!
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
|
|
|
|
|