Announcement

Collapse
No announcement yet.

Schema Question

Collapse
X
 
  • Filter
  • Time
Clear All
new posts

    Schema Question

    What are the various RecKind types in Notebook? What determines a system note versus a user entered note?

    RecKind
    10 = History note?
    40 = ?
    70 = ?
    etc...

    There is not a reference to it in any documentation that I have been able to find on CommitCRMWiki

    Re: Schema Question

    Thank you for posting this.

    RecKind types refers to the type of notes/references and are encoded as follows:

    10 = History Note
    20 = Ticket
    30 = Opportunity
    40 = Document
    50 = Message
    60 = Audit
    70 = Charge
    80 = Email Message
    90 = Quote

    Only History Note (RecKind=10) is a record added by users, all others are system-only records that have link (SourceID) to their main records in other tables. For example, record with RecKind=20 has SourceID that points to the ticket.

    Normally even when using the API you should never deal with these, but as requested we listed the coding above.

    Hope this helps.

    Comment


      Re: Schema Question

      Thank you that was helpful.

      Comment

      Working...
      X