how to create qrcode with reference to new entry

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diyoyo
    Member
    • Jul 2018
    • 88

    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,
  • diyoyo
    Member
    • Jul 2018
    • 88

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

    Comment

    • chrisjiang
      Member
      • Dec 2018
      • 88

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

      Comment

      • diyoyo
        Member
        • Jul 2018
        • 88

        #4
        Hi, just add this to your formula:

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

        Comment

        • chrisjiang
          Member
          • Dec 2018
          • 88

          #5
          Originally posted by diyoyo
          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

          • chrisjiang
            Member
            • Dec 2018
            • 88

            #6
            Originally posted by diyoyo
            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

            • Kpuc
              Member
              • Nov 2020
              • 40

              #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...