Model crmnotes


Permissions

User GroupCreate?Read?Update?Delete?
adminxxx

Fields

NameTypeLinkMaps ToDefaultIndexed?Unique?Required?
__vNumber
_deletedBooleanfalsex
_idObjectID[Function]
_owner_idObjectIDUser_ownerx
_updated_by_idObjectIDUser_updated_byx
createdAtDate
date_createdDate[Function]x
idObjectIDx
lead_idObjectIDLeadx
noteString
organisation_idObjectIDOrganisationx
reason_optionString
tag_idArray of ObjectID[Function]
titleString
updatedAtDate

Field Details

__v

{
  "path": "__v",
  "instance": "Number",
  "options": {},
  "validators": []
}

_deleted

{
  "path": "_deleted",
  "instance": "Boolean",
  "options": {
    "default": false,
    "index": true
  },
  "validators": [],
  "defaultValue": false
}

_id

{
  "path": "_id",
  "instance": "ObjectID",
  "options": {
    "auto": true,
    "type": "ObjectId"
  },
  "validators": [],
  "defaultValue": "[Function]"
}

_owner_id

{
  "path": "_owner_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_owner",
    "index": true
  },
  "validators": []
}

_updated_by_id

{
  "path": "_updated_by_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_updated_by",
    "index": true
  },
  "validators": []
}

createdAt

{
  "path": "createdAt",
  "instance": "Date",
  "options": {
    "immutable": true
  },
  "validators": []
}

date_created

{
  "path": "date_created",
  "instance": "Date",
  "options": {
    "index": true
  },
  "validators": [],
  "defaultValue": "[Function]"
}

id

{
  "path": "id",
  "instance": "ObjectID",
  "options": {
    "index": true
  },
  "validators": []
}

lead_id

{
  "path": "lead_id",
  "instance": "ObjectID",
  "options": {
    "index": true,
    "link": "Lead"
  },
  "validators": []
}

note

{
  "path": "note",
  "instance": "String",
  "options": {},
  "validators": []
}

organisation_id

{
  "path": "organisation_id",
  "instance": "ObjectID",
  "options": {
    "index": true,
    "link": "Organisation"
  },
  "validators": []
}

reason_option

{
  "path": "reason_option",
  "instance": "String",
  "options": {},
  "validators": []
}

tag_id

{
  "path": "tag_id",
  "instance": "Array",
  "options": {
    "type": [
      {
        "ref": "Tag"
      }
    ]
  },
  "validators": [],
  "defaultValue": "[Function]",
  "arrayType": "ObjectID"
}

title

{
  "path": "title",
  "instance": "String",
  "options": {},
  "validators": []
}

updatedAt

{
  "path": "updatedAt",
  "instance": "Date",
  "options": {},
  "validators": []
}