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 PhotoLeave a comment:
-
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
Leave a comment: