Announcement
Collapse
No announcement yet.
Search Result
Collapse
29 results in 0.0040 seconds.
Keywords
Members
Tags
-
Formula Field is not coming in the report
Hi i am creating a report and i want the formula fields in the list which is not possible. How can i get formula fields on report creation page??
-
Count Related with Condition
Hi i want to count related records with some conditions like "Critical = True" and status = "Open"
i am aware that i...
-
Extract From Name and From Email from the Email On case creation
Hi i want to get from name and from email from the email when i create case from the email . How can i do that at the time of case creation.
...
-
Add ability to use full screen on formula
When writing code on formula scrolling down works fine but it would be nice to have ability to use full screen mode when writing code as it would enhance...
- Likes 4
-
Set a checkbox when another field has content
It seems to be easy, but in the end i have found different information about it.
I have a field, "Last checked on", which might...
-
Automatically setting the filter when selecting entity records
Hi,
This is our scenario:
Entities in CRM
-----------------------------
(1) Account: We have 2 types of accounts...Last edited by murugappan; 03-03-2024, 03:44 AM.
-
E-Mail Workflow and Calls
Hello,
Emails are received with the subject “Call from” and a defined sender. These trigger the creation of a new incoming call. That...
-
Extended formular function datetime\diff
Hello Devs,
datetime\diff(VALUE_1, VALUE_2, INTERVAL_TYPE) returns the difference between two dates or datetimes by the given INTERVAL_TYPE....
-
Update Record after relationship deleted
Hello everyone
I have this configuration in EspoCRM. There is two entitys:
Contract/Implementation; Case.
In "Case"...
-
Job title
Hello,
I want to put the job title of a contact in a new field.
I've created a job field (text) in contact.
I put a formula :...Last edited by zast; 12-12-2023, 07:28 AM.
-
ifThen with Record Count to update a Field
Hi Guys
I created this formula yesterday and it worked perfect - this morning it is changing the status on every record instead of every...
- 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
-
RAALINK Innovations Pvt Limited India
Unleash the power of ESPO CRM with creative ideas and processes to automate every aspects of your business.
We have customised solutions...Last edited by dreginald; 04-24-2023, 01:52 PM.
- 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,
...