Skip to main content
Question

QR Code Link Not Working When Adding FA ID to Company URL

  • May 21, 2026
  • 2 replies
  • 17 views

Forum|alt.badge.img

Hi All,

I am currently setting up a QR code that can link directly to a Fixed Asset ID.

At the moment, the QR code works when I use the fixed screen link only, and I can access the FA screen successfully. However, when I concatenate the FA ID field into the link, the QR code no longer works.

Could you please advise if there is any specific configuration required for this? I would like to know if I am missing any setup or if the link format needs to be adjusted.

It works with the screen link only, but it does not work after I add the FA ID field.

Thank you.

2 replies

rkenna
Captain II
Forum|alt.badge.img+3
  • Captain II
  • May 21, 2026

Hi ​@hthuy24,

Try it without using concat

Try = ‘Https://aimup.acumatica.com/Main?ScreenId=FA303000&AssetCD=’+’(FixedAsset.AssetCD)’

^Make sure I spelled that all right typing it out. You may need to play around with the spacing around the plus sign, but usually quotes ‘ ‘ and plus signs + work better than concat formulas in Report Designer

-RJ


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • May 22, 2026

Hi ​@hthuy24,

Try it without using concat

Try = ‘Https://aimup.acumatica.com/Main?ScreenId=FA303000&AssetCD=’+’(FixedAsset.AssetCD)’

^Make sure I spelled that all right typing it out. You may need to play around with the spacing around the plus sign, but usually quotes ‘ ‘ and plus signs + work better than concat formulas in Report Designer

-RJ

Thank you RJ for your suggestion. Unfortunately, it still does not work. Do you have any other ideas or recommendations?