Announcement

Collapse
No announcement yet.

Enable formula on Stream comments (Posts)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Enable formula on Stream comments (Posts)

    Firstly, good to know that streams records are stored on the internal entity "Note", but it is closed againet customisations by default.

    To make it editable you can follow these steps:

    Step 1:

    Create new file Note.json

    Path: /home/crm/custom/Espo/Custom/Resources/metadata/scopes/Note.json

    Content:

    {
    "object": true,
    "customizable": true
    }


    Step 2:
    You can find the formula button on here:
    http://{crm.link}/#Admin/entityManager/scope=Note

    CEO & Founder of Eblasoft.
    Professional EspoCRM development & extensions.
Working...
X