Sana Assistant (online)
Table of Contents

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