Announcement
Collapse
No announcement yet.
Search Result
Collapse
85 results in 0.0044 seconds.
Keywords
Members
Tags
-
Seed data into DB upon extension installation
i am working on an extension and i need to be able to seed database with some record upon extension installation. what is the best way to seed data into...
- Likes 1
-
Reference stream posts & status changes in PDF templates?
Hello all!
I really want to include all the non-internal Posts and Status Changes in the PDF for Cases somehow.
Tried to rtfm...
-
Search in Sales Orders or Invoice items
Hi
Im building a CRM for a bike shop. When they sell a bike or several bikses, they wanna write some unique numbers on each item on the sales...1 Photo
-
API "Create Note" on custom entity fails
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...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, 06: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, 02:04 PM.