Tuesday, July 25, 2006 12:38 PM
by
tim5
How to Add Customer Attributes via the Client Library
Introduction
Many of you have been inquiring as to how to add Customer Attributes via the client library. We have attached a simple example of this here. The solution contains a simple Default page with code behind. This code will reference the eCF client library to create a customer and apply a set of attributes to that customer.
Code Example
The example code contains the necessary comments for the user to gain a fundmental understanding of the application. This working example contains a method called "AddCustomer()" which will creates the customer, logs in as the customer, and applies the new attributes.
Implementation
To use this application simply unzip it, open it the solution in VS.NET 2005 and no code modification is necessary.
Once this is done you will be able to build your solution and view it.
Download
The application is attached, simply click below to download.