Search
Preparing search index...
The search index is not available
DaVinci
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
DaVinci_API
RecordItem
Class RecordItem
Represents a record or entity in CRM
Hierarchy
RecordItem
Implements
IRecordItem
Index
Constructors
constructor
Properties
display
Name
fields
id
type
Methods
get
Account
Name
get
Dialed
Phone
get
Email
get
Fax
get
Field
get
First
Name
get
Full
Name
get
Home
Phone
get
Last
Name
get
Metadata
get
Mobile
get
Other
Phone
get
Phone
set
Account
Name
set
Dialed
Phone
set
Email
set
Fax
set
Field
set
First
Name
set
Full
Name
set
Home
Phone
set
Last
Name
set
Mobile
set
Other
Phone
set
Phone
toJSON
fromJSON
Constructors
constructor
new
Record
Item
(
id
:
string
, type
:
string
, displayName
:
string
, fields
?:
{}
)
:
RecordItem
Parameters
id:
string
type:
string
displayName:
string
Optional
fields:
{}
[
key:
string
]:
IField
Returns
RecordItem
Properties
display
Name
display
Name
:
string
fields
fields
:
{}
Type declaration
[
key:
string
]:
IField
id
id
:
string
type
type
:
string
Methods
get
Account
Name
get
Account
Name
(
)
:
IField
Returns
IField
get
Dialed
Phone
get
Dialed
Phone
(
)
:
IField
Returns
IField
get
Email
get
Email
(
)
:
IField
Returns
IField
get
Fax
get
Fax
(
)
:
IField
Returns
IField
get
Field
get
Field
(
key
:
string
)
:
IField
Parameters
key:
string
Returns
IField
get
First
Name
get
First
Name
(
)
:
IField
Returns
IField
get
Full
Name
get
Full
Name
(
)
:
IField
Returns
IField
get
Home
Phone
get
Home
Phone
(
)
:
IField
Returns
IField
get
Last
Name
get
Last
Name
(
)
:
IField
Returns
IField
get
Metadata
get
Metadata
(
)
:
{
DisplayName
:
string
;
Id
:
string
;
Type
:
string
}
Returns
{
DisplayName
:
string
;
Id
:
string
;
Type
:
string
}
Display
Name
:
string
Id
:
string
Type
:
string
get
Mobile
get
Mobile
(
)
:
IField
Returns
IField
get
Other
Phone
get
Other
Phone
(
)
:
IField
Returns
IField
get
Phone
get
Phone
(
)
:
IField
Returns
IField
set
Account
Name
set
Account
Name
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Dialed
Phone
set
Dialed
Phone
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Email
set
Email
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Fax
set
Fax
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Field
set
Field
(
key
:
string
, fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
key:
string
fieldName:
string
displayName:
string
value:
any
Returns
void
set
First
Name
set
First
Name
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Full
Name
set
Full
Name
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Home
Phone
set
Home
Phone
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Last
Name
set
Last
Name
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Mobile
set
Mobile
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Other
Phone
set
Other
Phone
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
set
Phone
set
Phone
(
fieldName
:
string
, displayName
:
string
, value
:
any
)
:
void
Parameters
fieldName:
string
displayName:
string
value:
any
Returns
void
toJSON
toJSON
(
)
:
IRecordItem
Returns
IRecordItem
Static
fromJSON
fromJSON
(
input
:
IRecordItem
)
:
RecordItem
Parameters
input:
IRecordItem
Returns
RecordItem
Globals
Da
Vinci_
API
src\app\api\
Logger
src\app\api\models
Record
Item
constructor
display
Name
fields
id
type
get
Account
Name
get
Dialed
Phone
get
Email
get
Fax
get
Field
get
First
Name
get
Full
Name
get
Home
Phone
get
Last
Name
get
Metadata
get
Mobile
get
Other
Phone
get
Phone
set
Account
Name
set
Dialed
Phone
set
Email
set
Fax
set
Field
set
First
Name
set
Full
Name
set
Home
Phone
set
Last
Name
set
Mobile
set
Other
Phone
set
Phone
toJSON
fromJSON
Generated using
TypeDoc
Represents a record or entity in CRM