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
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