User Profile
Collapse
-
There are special functions to obtain quantities: https://docs.espocrm.com/extensions/...mula-functions -
Hi,
This is a special field. It's currently not supported in reports. There're some difficulties to implement it.Leave a comment:
-
As a workaround, you can set proper link names with formula:
Code:myLinkName = account.linkName.
Leave a comment:
-
Hi,
It's a known limitation. Calling that function does not trigger the context record refreshing.
> to be running the record\relate...Leave a comment:
-
I don't recommend to add Assigned Users to Project manually. It's not officially supported, there will be multiple problems with it. We won't be able...Last edited by yuri; 09-10-2025, 04:24 PM.Leave a comment:
-
Hi,
I could not reproduce yet. Could you provide more detail steps to reproduce and/or a more simpler reproducible case?Leave a comment:
-
Hi Chris,
Unfortunately, Invoices without items are not supported anymore. Supporting them in the past was a design mistake making things...👍 2Leave a comment:
-
> Over Received Line Item - Each line item is compared to the amount ordered. If more is received a warning status of over received is implemented...Leave a comment:
-
Hi Gian,
> Please confirm: status_if_new:"subscribed" does not change status for members
As this behavior is beyond...Leave a comment:
-
Javascript files are complied into bundles. It's an industry standard nowadays. You can utilize monkey patching (it has been covered on the forum a few...Last edited by yuri; 09-09-2025, 06:32 AM.👍 1Leave a comment:
-
https://docs.espocrm.com/administration/log/#handlers
The handler used by default: https://github.com/espocrm/espocrm/blob/9.1.8/applica...Leave a comment:
-
Hi,
As we use Monolog library for logging, you can create a custom handler that will log messages separately if certain conditions met. E.g....Leave a comment:
-
Hi. The Attachment entity has the 'size' field.
Code:$sizeInBytes = record\attribute('Attachment', $attachmentId, 'size');
Leave a comment:
-
-
You can remove 'implements AfterSave'. And remove 'array $data' from the method.Leave a comment:
-
It looks like it's an LLM generated code with programming language level mistakes. The error is likely not logged because invalid PHP code could not get...Last edited by yuri; 09-07-2025, 10:25 AM.Leave a comment:
-
As the system is open source, I encourage to look though the code to find a solution. We are quite loaded with work these months.
No activity results to display
Show More
Leave a comment: