Skip to main content
Skip table of contents

PhoneNumber (ver12.0.0)

This table is used to store all the phone numbers related to any Person.

Column Name

Initial Version

Data Type

Description

IsSMS 12.0.0Number(1,0)Indicates whether or not the SMS feature is enabled. Valid values: 1= Enabled, 0=Disabled. Defaults to 0. Required.

PhoneNumber

12.0.0

Varchar2(50)

Phone number of the person in digits only. Indexed. Required. PhoneNumber with PhoneNumberExt must be unique.

PhoneNumberExt12.0.0Varchar2(10)Extension digits extracted from PersonPhoneNumberAssoc.phonenumberasentered. Characters limited to numbers only. Indexed with PhoneNumber. Optional.
PhoneNumberID12.0.0Number(16,0)Unique sequential number generated by the application. Indexed. Required.
WhenCreated12.0.0Timestamp(6)The date and time the record was created. Defaults to system date. Required.
WhenModified12.0.0

Timestamp(6)

The date and time the record was modified. Defaults to system date. Required.

WhoCreated

12.0.0

Varchar2(100)

The name of the person who created the record. Defaults to user. Required.

WhoModified

12.0.0

Varchar2(100)

The name of person who modified the record. Defaults to user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.