PartyDefaultProductCodingSystem Property |
When not null, specifies coding system for products, which is required by the party. The coding system is used primarily for document printouts and document import/exports.
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CodingSystem DefaultProductCodingSystem { get; set; }
Public Property DefaultProductCodingSystem As CodingSystem
Get
Set
public:
property CodingSystem^ DefaultProductCodingSystem {
CodingSystem^ get ();
void set (CodingSystem^ value);
}
member DefaultProductCodingSystem : CodingSystem with get, set
Property Value
Type:
CodingSystem
See Also