Extension: Link Button

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • rouhu
    commented on 's reply
    It actually just needed this code for link-button.js in actionQuickCreate() and it started working: let entity=model.entityType;
    attributes[entity.toLowerCase() + 'Id'] = model.id;

  • Kharg
    commented on 's reply
    Hello,
    I am glad you like the extension.
    The “Quick create” feature is an experiment, it only relates to a few entities and only if the field is of type parent I think.

    In the future I plan to improve this feature with more customizable options.

  • rouhu
    replied
    Fantastic extension. Thanks for the creator.
    One issue, I noticed that the mode "Quick Create" does not link the new record to the parent record. Is this so by design or is there some specific value needed for the URL ?
    Using Espo v9.1.3 and with custom modules.

    Leave a comment:


  • dreginald
    replied
    Sorry. Was trying with the older version. Working fine with Link Button 2.0.0.

    Leave a comment:


  • Kharg
    replied
    Originally posted by dreginald
    Kharg The link button is not compatible with the latest version. Any upgrade planned?
    Hey Reginald, what's the issue with version 9.1.5? Could you please provide some more details?

    Leave a comment:


  • shalmaxb
    commented on 's reply
    Hi, here it works in ver. 9.1.5. What does not work at your place?

  • dreginald
    replied
    Kharg The link button is not compatible with the latest version. Any upgrade planned?

    Leave a comment:


  • bradaks
    replied
    Link Button works great!! Love this addition.

    Thanks for the add. Love your work.
    Last edited by bradaks; 04-30-2025, 04:19 PM.

    Leave a comment:


  • ChrisSka83
    commented on 's reply
    I already mentioned on the first page that you can also insert these into the list view.

    Hello Everyone, Today I am releasing a new extension: Link Button This extension enhances EspoCRM by introducing a button field that can store URLs and execute multiple actions, including: Open the URL in a new browser tab. Displaying the URL content within a popup window. Embedding the URL content inside an Espo Modal.

  • murugappan
    commented on 's reply
    Hi , thank you for the update. There was one more question. Can this field be shown in list view as well?

  • Kharg
    commented on 's reply
    Hello,

    It’s not possible to access the modal of another instance.

    You can only use the button to open a new window/popup in this case or you can open the URL content inside an Espo Modal but it will be shown like a popup inside a modal.

    I’d suggest you to try the extension and see if it fits your use case

  • murugappan
    replied
    Hi Kharg

    It great feature for us. We have 2 instance of Espocrm - CRM and DMS(Document Management). In CRM in a Case item, i want to provide a button to link a Bill Record item in DMS so that when the user click this button they should be able to see that bill record in DMS. Can this be done, especially with 2 different instances of Espocrm in the same browser? Can this field be shown in list view as well?

    Leave a comment:


  • shalmaxb
    commented on 's reply
    Thank you for your work. It is a nice and versatile extension.

  • Kharg
    replied
    Version 2.0.0 is finally here! I tried to cover all the most requested features

    Changelog:
    • ES6 classes and syntax
    • Confirmation Dialog for Workflows
    • Show "Run Espo Workflow" option only if Advanced Pack is installed
    • Now the "Run Espo Workflow" option will check if the workflow is a manual one.
    • Added an option to hide the original workflow action button/dropdown in the detail view.
    • Popup sizes can now be specified in the field settings
    Download: https://github.com/Kharg/link-button/releases

    Leave a comment:


  • Kharg
    commented on 's reply
    Maybe you could try to edit the extension and add a execute javascript option? But this would be a security risk probably.
Working...