Enable formula on Stream comments (Posts)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eymen-elkum
    Active Community Member
    • Nov 2014
    • 481

    #1

    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

    EspoCRM Expert since 2015
    We build custom solutions & premium extensions
    Eblasoft Technology Solutions​
Working...