CustomerExtraFieldExtension reference
This article provides reference material about the CustomerExtraFieldExtension class. Add-ons declare which ERP customer extra fields should be loaded and exposed by implementing one or more classes that inherit from CustomerExtraFieldExtension.
Properties
FieldName
The name of the customer extra field.
public abstract string FieldName { get; }
See also
- Implementing new Customer Extra Field Extension
- How-to develop an add-on
- WebstoreUserInfo reference (optional
Customerwith extra fields for server-side extension code)