Account Client Custom Fields

This table has the definition of the client-level custom fields used in the Rethink platform by different accounts to customize the client profile page based on the specific account needs

Table Description

Column

Type

Description

Column

Type

Description

1

AccountInfoID

Number

A reference to the Rethink customer ID (jrich id) where this custom field wll be defined

2

AccountLogin

Number

ignore

3

Client Custom Field ID

Number

Unique ID defining the client-specific custom field

4

Created By

String

The username who created this custom fields.

5

Date Created

Datetime

Date and time when this custom field was created.

6

Date Last Modified

Datetime

Date and time when this custom field was last modified

7

Field Label

String

Name of the field on the display screen.

8

Field Type

String

a configuration value defining the field type which will impact how the field will be displayed on the User-Interface. Possible values are:

  • Text-area

  • text

  • radio-button

  • check-box

  • drop-down

9

Has Option Values

Boolean

a flag indicating if the custom field does have option values.

10

Option Values

List

an array of possible values the custom field may hold

11

Modified By

String

The username of the user who last modfied this custom field definition

12

Show In Client List

Boolean

A flag indicating if the custom field will be displayed on the client list or not.

13

Show In Client Profile

Boolean

A flag indicating if the cusom filed will be displayed on the client profile or not