Defines the basic properties of Contact
Base Class | System.ConfigItem |
Abstract | False |
Hosted | False |
Singleton | False |
Extension | False |
Accessibility | Public |
ElementId | 7936ff48-0d0a-e154-8f33-ddc70b3dd086 |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive | Default Value | EnumType |
---|---|---|---|---|---|---|---|---|---|
System.Entity: | |||||||||
string | Display Name | Display name of the object. | false | 4000 | 0 | False | |||
System.ConfigItem: | |||||||||
enum | Object Status | Object status | false | 256 | 0 | System.ConfigItem.ObjectStatusEnum.Active | System.ConfigItem.ObjectStatusEnum | ||
enum | Asset Status | Asset status | false | 256 | 0 | System.ConfigItem.AssetStatusEnum | |||
richtext | Notes | Notes | false | 4000 | 0 | ||||
Provance.ITAM.Contact: | |||||||||
string | ID | Contact ID | true | 256 | 0 | False | CON{0} | ||
string | Description | Description | false | 256 | 0 | False | |||
enum | Status | Status | false | 256 | 0 | EntityStatus | |||
string | First Name | First Name | false | 256 | 0 | False | |||
string | Job Title | Job Title | false | 256 | 0 | False | |||
string | Last Name | Last Name | false | 256 | 0 | False | |||
string | Street Address | Street Address | false | 256 | 0 | False | |||
string | City | City | false | 256 | 0 | False | |||
string | State/Province | State/Province | false | 256 | 0 | False | |||
string | Country | Country | false | 256 | 0 | False | |||
string | Zip/Postal Code | Zip/Postal Code | false | 256 | 0 | False | |||
string | Phone Number | Phone Number | false | 256 | 0 | False | |||
string | false | 256 | 0 | False |
<ClassType ID="Provance.ITAM.Contact" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="CON{0}"/>
<Property ID="Description" Type="string"/>
<Property ID="Status" Type="enum" EnumType="EntityStatus"/>
<Property ID="FirstName" Type="string"/>
<Property ID="Title" Type="string"/>
<Property ID="LastName" Type="string"/>
<Property ID="Address" Type="string"/>
<Property ID="City" Type="string"/>
<Property ID="State" Type="string"/>
<Property ID="Country" Type="string"/>
<Property ID="Zip" Type="string"/>
<Property ID="PhoneNumber" Type="string"/>
<Property ID="Email" Type="string"/>
</ClassType>