Announcement

Collapse
No announcement yet.

how to create qrcode with reference to new entry

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to create qrcode with reference to new entry

    Hi, I would like to create a barcode (QR code mode) that contains the address of the new entry that is being created.
    Since the "Formula" are only "before Save", I guess it is not possible to retrieve the id of the current entry, in order to concatenate it to the rest of the URL of the website, right?
    So is there a workaround already available?
    So far, the only way I found is to copy/paste manually the page URL after it has been created.
    Thanks.
    Cheers,

  • #2
    Sorry for this post, I just found out that even "Before", the formula could give me the id.

    Comment


    • #3
      Just want to learn how to make the url of the new entry into the qrcode, can you share please?

      Comment


      • #4
        Hi, just add this to your formula:

        Code:
        barcodeImage=string\concatenate("https://YOUR_WEBSITE8URL/#YourEntity/view/", id);

        Comment


        • #5
          Originally posted by diyoyo View Post
          Hi, just add this to your formula:

          Code:
          barcodeImage=string\concatenate("https://YOUR_WEBSITE8URL/#YourEntity/view/", id);
          Thank you for the great help! It works BEAUTIFULLY!!

          Comment


          • #6
            Originally posted by diyoyo View Post
            Hi, just add this to your formula:

            Code:
            barcodeImage=string\concatenate("https://YOUR_WEBSITE8URL/#YourEntity/view/", id);
            Hi,

            Just wanted to know more about this magic: Is it possible to put this generated QR Code into Email template?

            Thanks.

            Comment


            • #7
              How To Display QR Code In PDF Templates - EspoCRM Open Source Community Forum

              This could be a good start for the implementation that you want.

              Comment

              Working...
              X