New Address
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
New Address

 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server
Author Message
Alexis Delahousse
Guest





Posted: Tue Nov 30, 2004 9:17 pm    Post subject: New Address Reply with quote

Hello
I use commerce server 2002 and I develop out of C#
I wanted to add a new address to a user in the code.
I east return all my information in

Profile AddressProfileObject =
AccountManager.CreateAddressProfile(AccountManager.AddressType.Address, name
,true);

Thanks a lot,
TalkBiz
Back to top
David Hargis [MSFT]
Guest





Posted: Sat Dec 04, 2004 6:51 am    Post subject: RE: New Address Reply with quote

I'm afraid I can't follow the problem you are having. Can you clarify?

Thanks,
David
--------------------
Thread-Topic: New Address
thread-index: AcTW76XOymvd6YyHT4eSJIy5WLs+yA==
X-WBNR-Posting-Host: 81.80.165.110
From: "=?Utf-8?B?QWxleGlzIERlbGFob3Vzc2U=?="
<AlexisDelahousse@discussions.microsoft.com>
Subject: New Address
Date: Tue, 30 Nov 2004 07:17:04 -0800
Lines: 11
Message-ID: <AC8D1E51-6917-4AD1-A16D-381DF706EA91@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
3.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15164
X-Tomcat-NG: microsoft.public.commerceserver.general

Hello
I use commerce server 2002 and I develop out of C#
I wanted to add a new address to a user in the code.
I east return all my information in

Profile AddressProfileObject =
AccountManager.CreateAddressProfile(AccountManager.AddressType.Address,
name
,true);

Thanks a lot,
TalkBiz


This posting is provided "AS IS" with no warranties, and confers no
rights.

EBusiness Server Team
Back to top
Alexis Delahousse
Guest





Posted: Mon Dec 06, 2004 5:17 pm    Post subject: RE: New Address Reply with quote

Hello

I would like to assign a user a new address in his list. Information on
his address are put in an object of the profiles type. Under BizDesk that
goes very well, I would like to make to the same thing on my site.
In advance thank you

"David Hargis [MSFT]" wrote:

Quote:
I'm afraid I can't follow the problem you are having. Can you clarify?

Thanks,
David
--------------------
Thread-Topic: New Address
thread-index: AcTW76XOymvd6YyHT4eSJIy5WLs+yA==
X-WBNR-Posting-Host: 81.80.165.110
From: "=?Utf-8?B?QWxleGlzIERlbGFob3Vzc2U=?="
AlexisDelahousse@discussions.microsoft.com
Subject: New Address
Date: Tue, 30 Nov 2004 07:17:04 -0800
Lines: 11
Message-ID: <AC8D1E51-6917-4AD1-A16D-381DF706EA91@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
3.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15164
X-Tomcat-NG: microsoft.public.commerceserver.general

Hello
I use commerce server 2002 and I develop out of C#
I wanted to add a new address to a user in the code.
I east return all my information in

Profile AddressProfileObject =
AccountManager.CreateAddressProfile(AccountManager.AddressType.Address,
name
,true);

Thanks a lot,
TalkBiz


This posting is provided "AS IS" with no warranties, and confers no
rights.

EBusiness Server Team
Back to top
David Hargis [MSFT]
Guest





Posted: Thu Jan 20, 2005 1:40 am    Post subject: RE: New Address Reply with quote

I see - this is a 2 step process. First create / modify the individual
Address profiles and save them. Next, add the GeneralInfo.address_id value
of each Address profile to the GeneralInfo.addresses multi-valued property
of the UserObject profile. I believe this property should be an array of
strings. Then save the UserObject profile. That should do the trick.

David

--------------------
Thread-Topic: New Address
thread-index: AcTbhRuss8/hUSAUQ0ywpXAXLH++AQ==
X-WBNR-Posting-Host: 81.80.165.110
From: "=?Utf-8?B?QWxleGlzIERlbGFob3Vzc2U=?="
<AlexisDelahousse@discussions.microsoft.com>
References: <AC8D1E51-6917-4AD1-A16D-381DF706EA91@microsoft.com>
<usAQqtZ2EHA.3512@cpmsftngxa10.phx.gbl>
Subject: RE: New Address
Date: Mon, 6 Dec 2004 03:17:01 -0800
Lines: 58
Message-ID: <A2F80D63-B98A-440E-9D72-5EAB159FC9CB@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
3.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15198
X-Tomcat-NG: microsoft.public.commerceserver.general

Hello

I would like to assign a user a new address in his list. Information on
his address are put in an object of the profiles type. Under BizDesk that
goes very well, I would like to make to the same thing on my site.
In advance thank you

"David Hargis [MSFT]" wrote:

Quote:
I'm afraid I can't follow the problem you are having. Can you clarify?

Thanks,
David
--------------------
Thread-Topic: New Address
thread-index: AcTW76XOymvd6YyHT4eSJIy5WLs+yA==
X-WBNR-Posting-Host: 81.80.165.110
From: "=?Utf-8?B?QWxleGlzIERlbGFob3Vzc2U=?="
AlexisDelahousse@discussions.microsoft.com
Subject: New Address
Date: Tue, 30 Nov 2004 07:17:04 -0800
Lines: 11
Message-ID: <AC8D1E51-6917-4AD1-A16D-381DF706EA91@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path:

cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
3.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15164
X-Tomcat-NG: microsoft.public.commerceserver.general

Hello
I use commerce server 2002 and I develop out of C#
I wanted to add a new address to a user in the code.
I east return all my information in

Profile AddressProfileObject =
AccountManager.CreateAddressProfile(AccountManager.AddressType.Address,
name
,true);

Thanks a lot,
TalkBiz


This posting is provided "AS IS" with no warranties, and confers no
rights.

EBusiness Server Team


This posting is provided "AS IS" with no warranties, and confers no
rights.

EBusiness Server Team
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB