Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
that is not upgrade safe. it is better to create a custom salesorder.json and edit the field itemList there.
-
what do you mean for one line ? if you make the field itemslist readonly based on certain condition then you can't edit the itemlist....
- Likes 1
-
-
Try this instead, there was some error in previous code, sorry:
PHP Code:<?php
namespace Espo\Custom\Core\Formula\Functions\NumberGroup;
Leave a comment:
-
-
when you copy code from the forum a color hidden carater will be added, please code the code to a code editor and remove any extra caracter then copy...
Leave a comment:
-
You just need a custom formula function that will calculate the sauqreroot using php build in function sqrt(), try this below:
1 - Create...
- Likes 2
Leave a comment:
-
i have just checked and you can use Dynamic Logic to make field read only when certain condition happens.
Leave a comment:
-
you should make the field itemsList read only when amount is not empty. bear in mind that the amount is calculated based on added items.
- Likes 1
Leave a comment:
-
you are welcome
-
PHP Code:$name = record\attribute('Formations', array\at(classe.formationsIds, $i), 'name');
Formations ??? it should be single...
Leave a comment:
-
I need to know what are the entities involved and relationship between them for me to help. which entity is the target entity etc?...
Leave a comment:
-
That would not work string/contains search in a string and formationsNames is an array. If valide is a name of the formation record you can try code below:...
Leave a comment:
-
Hey
You can use formula match with a regular expression to extract such numbers from the email, below code:
PHP Code:// Use this
- Likes 2
Leave a comment:
-
Does Task has any relationship with WorkOut entity ? Also what is the relationship between WorkOut and Opportunity ?
findRelatedOne is destined...Last edited by rabii; 11-16-2023, 10:22 AM.
- Likes 1
Leave a comment:
-
Yes as of version 8 i guess this was added. however you can't force it for portal users. see attached screenshot
Cheers...
Leave a comment:
-
Yes it is possible, you just need to adjust the portal's role e.g document (edit : all) to allow him to edit all document in the system otherwise (edit:...Last edited by rabii; 11-15-2023, 04:10 PM.
Leave a comment:
-
> If we implement $currentUserId, $currentUserTeamIds special fields for dynamic logic, it will solve the problem.
If that would solve...
Leave a comment:
No activity results to display
Show More
Leave a comment: