I want to add some note to stream of certain records in a custom entity, via api.
The example in https://docs.espocrm.com/development/api/strea...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
82 results in 0.0036 seconds.
Keywords
Members
Tags
-
API "Create Note" on custom entity fails
Last edited by fernando.giacomino; 01-16-2023, 01:25 PM.
-
simple way to run javascript after page load
I wanted to show all kanban cards that was not updated for a while in another color. So I wrote this script which works great, marking all cards not updated...Last edited by jensolsson.se; 12-26-2022, 01:05 PM.
- Likes 1
-
entity\ any formulas not working
Hi,
I try to calculate the sum in another table and count the number of records, but I don't get the results.
Why don't working any...3 Photos
-
Calls Filter Not Applying to Contacts Report?
Hello,
I'm trying to achieve a simple report result: Contacts that a given sales person has NOT yet called at all, along with other filter...3 Photos
- Likes 1
-
Autocomplete link options based on another link
Can someone please give me some advise. I have two links in an entity called XrayMachine as shown in the attachment. The parent link is called XrayMa...2 Photos
-
Duplicate lead/opportunity entities
Hello all,
I'm happy with the base Lead and Opportunity entities, but my CRM needs two different data structure for handling two product...
- Likes 1
-
Created at takes Id of Logged in User only but modified takes id from array
$i = 0;
while(
$i < array\length(usersIds),
(
$id = record\create(
'Attendance', 'attendanceDate', date,
...
-
Record Delete Function Suggestion
It is almost not possible to delete a record using formula, is there any chance to have a formula function that does that (delete a given record), like...
-
E-Mail Attachements
Hello everyone.
How can I insert documents into an email (or template) that I have made available in CRM?
I can only upload...
-
Action on loading entity page
Hi,
I want to perform an action when someone opens up some contact profile, like loading a field via script.
At first...Last edited by luizthomasini; 08-03-2021, 07:31 PM.
-
Disable Edit on particular entity status
Hi all,
i would like to disable the ability to edit a record (case) when status attribute of the record have a particular value.
I know i...Last edited by Ceonello; 07-07-2021, 03:04 PM.
-
New Relationship Field Giving: "Syntax error/access violation: 1066 Not unique table"
Hello Espo Community!
Just this week I created a fresh LAMP (Ubuntu Server v20.04, Apache v2.4.41, MySQL v8.0.25, PHP v7.4.3) server to run...5 Photos
-
Hi, could you help me with my project please?
Hi,
I'm trying to build a DB of Stages for independent song-writers to share a list of small venues with which they could arrange concerts....
-
Send custom email when a comment is written in the Stream of a custom entity
I created a custom entity named "Project". Each time a comment is written in the Stream section of a project, I need to send the comment via...