Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

id

A globally unique ID of this custom field.

string

customFieldIdNumber of the database table column in which this field is storedint

domain

The object to which the custom field is attached. This can be any of:

  • Segment
  • Project
  • Resource
  • Order
  • Company
  • Person
  • Job
  • Invoice


string

dbid

The unique ID of the custom field for a given domain.

The IDs are CustomStr1, CustomStr2….

string

od

The ascending display order of the field when displayed in forms.

int

title

The name of the custom field as provided by the administrator.

string

desc

Optional internal description.

string

type

The field type. Can be any of:

  • String - A free text field
  • Combo - A picklist
  • ComboEditable - A picklist but user can also type free text
  • ComboMultiSelect - A picklist with multiple choices
  • ComboAuto - A web service pick list with auto complete capability. Read more.
  • Hyperlink - A hyperlink
  • Checkbox - A checkbox
  • Image - An image.


string

max

Maximum value length for String and ComboEditable fields. Disregarded for all other field types.

int

mandatory

Indicates if a value must be supplied when editing a field.

bool

options

A list of picklist options proposed to user.

Used with field types Combo and ComboEditable.

string[]
enabled

Indicates if the field is enabled or not.

bool
accinternal

A numeric valie specifying the access to this field by internal users:

  • 0: No access
  • 1: Can view value
  • 2: Can view and edit value
int
accexternal

A numeric valie specifying the access to this field by internal users:

  • 0: No access
  • 1: Can view value
  • 2: Can view and edit value
int
displayFilter

Optional list of advanced settings regarding use or accessibility of custom field.

Segment custom fields:

  • LOC: Language specific. Attached to each translation of the segment.
  • SEG / null: Not language specific. Attached to segment.

Resource custom fields:

  • TM: Used with translation memories only.
  • TERM: Used with term bases only.
  • TFHITS: If set then visible in global search.

Company custom fields:

  • CLIENT: Used with client companies only.
  • SUPP: Used with supplier companies only.


string[] 
tmxIf used in the context of TMX exports or imports, this is the code used for field values in a TMX file.string
rowsNumber of rows of text box if the field is text based (text, hyperlink)byte

...