Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.59 KB

File metadata and controls

26 lines (21 loc) · 1.59 KB

# CustomFieldDefinitionInfo

Properties

Name Type Description Notes
allowedValues string[] [optional]
appliedToEntity int 0 = None 1 = SalesOrder 2 = PurchaseOrder 4 = ShippingOrder 8 = Quote [optional]
constraintEntity int 0 = None 1 = Customer 2 = Supplier 4 = Product 8 = Subscription 16 = Account 32 = Person 64 = Project 128 = Organization 256 = HourType 512 = CostUnit [optional]
constraints string[] [optional]
digitsAfterSeperator int [optional]
digitsBeforeSeperator int [optional]
entity int 0 = None 1 = Customer 2 = Supplier 4 = Product 8 = Subscription 16 = Account 32 = Person 64 = Project 128 = Organization 256 = HourType 512 = CostUnit [optional]
groupName string [optional]
isRequired bool [optional]
length int [optional]
mask string [optional]
maxValue int [optional]
minValue int [optional]
name string [optional]
title string [optional]
type int 0 = None 1 = Alphanumeric 2 = Numeric 3 = Date 4 = Choice 5 = Memo 6 = Database [optional]

[Back to Model list] [Back to API list] [Back to README]