User Profile
Collapse
-
do you have the rekationship as fields ? or are you using panels ? can you share a screenshot. i guess you can use front end to disable unlink & select... -
Been caught on other things. Come across some use case and started implementing - also added global config for things like color and space. should be...👍 1 -
in the config file in your application folder > data folder > config.phpLeave a comment:
-
Yes, you can use workflow or bpmn if you have advanced pack. otherwise, a custom hook https://docs.espocrm.com/development/hooks/👍 2Leave a comment:
-
there is no such functionality is espocrm. only admin can create a user unless if you use a third party extension. check this out it might help
...Leave a comment:
-
1- you can use before script formula under Administration > entity manager > lead > formula > before save custom script (use the code below)...Leave a comment:
-
you can try this
https://docs.espocrm.com/administrat...params/#stream
PHP Code:streamEmailWithContentEntityTypeList
Leave a comment:
-
Remove them as they are not default field in email entity. also not sure if you shared all the code but i can't see the code that does send the email...Leave a comment:
-
there is no fields (direction and type) by default in espocrm. are these custom fields ?...Leave a comment:
-
which version of espocrm you have ?
Just to confirm to avoid having the code executed repeatedly you can add some condition which triggers...Leave a comment:
-
Try this
PHP Code:if(entity\isAttributeChanged('lEGALFORM') && !string\contains(name, 'INC')){
name = string\concatenate(name,
Last edited by rabii; 04-14-2025, 10:14 PM.Leave a comment:
-
Triggerz ChrisSka83
Completed working on documentation. Will upload to a digital selling platform and share link for those interested....👍 2Leave a comment:
-
Hey crmscot,
For history panel you need to create a custom history.js similar to the activities (same steps), it uses a listLayout rather...Leave a comment:
-
That is doable you just need a custom activities view and provide a different layout and that should work.
Here is what you need to do:...Leave a comment:
-
Thanks mate
No activity results to display
Show More
Leave a comment: