Extension: Link Button
Collapse
X
-
hi everyone!
When I try to open a Modal espo, it returns a 404 erroe.
I would like to link each key to open a different modal, Email, task, call.
How can I do that?
Thanks.
Alessio1 Photo -
Hi, I use for long time already creating buttons with the WYSIWYG field using Bootstrap code and string/concatenate formula. This plugin from Kharg could be very handy I guess. I did not test yet.
With Bootstrap buttons you can create buttons for whatever is possible by a link. I created Buttons to switch to other entities from one entity, printing PDF and the last one I created, triggered the whole process of creating a PDF, attaching to an Email (with template) and sending the email.
This Email had to be sent out in two languages, depending on the target email, which I realized with one button, which triggered depending on a bool field (englisch true, german false), which formula to execute (englisch or german).
This process would take a user to do many steps, when done manually. Thanks to this wonderful espoCRM, very basic "coding" skills (like mine) are leading to very convincing solutions. -
Hi Kharg,
i actually don't use your extension but i think i will use in this case : print-to-pdf
As you now, print-to-pdf .. open a "select template" .. then you select..
In my case, model have a field let say "language" .. so the button will direct print-to-pdf with model->language
What do you think
-
I just noticed that I forgot to add a basic mode, so I just released version 1.5.0 with the following changes:- Removed strip url option
- Added Open Url option
Leave a comment:
-
Mr Kharg! I'm trying to be smart!
One of my relationship is a Many-to-Many, so it is an array field. To use this button, I do a formula like this to view the 1st relationship.
Code:cButtonVendor=string\concatenate($urlContact,array\at(contactsVendorIds,0))
After playing with this a few day now, I thought, "Hey!" isn't there a related list? URL is like so:
https://espocrm.com/#Case/related/52...contactsVendor
Anyway trying to be smart I tried to use that URL, unfortunately it Error 404.
So... too long didn't read feature request:
1) Request support of URL list (if possible)
2) Support of Array, so we can move left/right like email.Leave a comment:


Leave a comment: