Extension: Link Button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abidoss
    Senior Member
    • Mar 2023
    • 251

    #46
    I am unable to execute the action from a portal user.

    [2025-08-22 13:24:22] WARNING: (403) :: POST /6630dd969b6f0b8f1/WorkflowManual/action/run :: /var/www/html/dev/custom/Espo/Modules/Advanced/Tools/Workflow/Service.php(63)

    Comment


    • Kharg
      Kharg commented
      Editing a comment
      Is the Workflow a manual one? What permission did you set for it?

    • abidoss
      abidoss commented
      Editing a comment
      Yes, the workflow is manual. It allows modifying the status of a record created by the same portal user

    • Kharg
      Kharg commented
      Editing a comment
      According to the documentation portal users are now allowed to run manual workflows.

      I believe that you could achieve this by creating a custom endpoint to bypass this limitation or create a feature request in the forum.
  • carlosptf
    Member
    • Jul 2024
    • 33

    #47
    I’ve been using your extension a lot and I’m missing one feature.

    It would be great if your button could copy its own content to the clipboard.

    For example, I could feed it with a URL or any text, and by clicking the button it would copy that content directly to the clipboard.

    Comment


    • Kharg
      Kharg commented
      Editing a comment
      Hello, does not look like a hard feature to develop, I can add this in the next version.
  • vitaliy
    Junior Member
    • Oct 2025
    • 2

    #48
    Hello! I'd like to use your extensions. I have a task: one field on a contractor's card contains text that I need to place as a button label.
    Is there a way to do this?
    I need the button to say, for example, "RegNum: 23" on one card, and when clicked, it opens the link stored there. In another card, I want it to say "RegNum: 29," and so on.
    In other words, I want the button to function simply as an HTML link, with visible text and a URL that isn't displayed.

    Comment

    • vitaliy
      Junior Member
      • Oct 2025
      • 2

      #49
      Originally posted by vitaliy
      Hello! I'd like to use your extensions. I have a task: one field on a contractor's card contains text that I need to place as a button label.
      Is there a way to do this?
      I need the button to say, for example, "RegNum: 23" on one card, and when clicked, it opens the link stored there. In another card, I want it to say "RegNum: 29," and so on.
      In other words, I want the button to function simply as an HTML link, with visible text and a URL that isn't displayed.
      I think I figured it out. This can be done using the "TEXT" field type. Using Markdown [LabelText](my-url)

      Comment

      • muulox
        Member
        • Jan 2022
        • 62

        #50
        Hello,

        In the Account entity, I have phone numbers like +40700000000 and another field called walink i have the WhatsApp link (e.g., whatsapp://send?phone=+40700000000), how can I insert this variable into a button? I want it to be a button, not just a text link.
        I tried with a formula like: entity\attribute('cWalink'), but it doesn’t work.
        Thank you!

        Comment


        • Kharg
          Kharg commented
          Editing a comment
          cButton = cWalink;
      Working...