This may be a simple question, but how would I populate the current record’s ID into a field?
My objective is to make a printable label containing a QR or bar code with the link to the specified record, but I have no idea how to call the “rec-” value into a script or calculation.
All the posts I’ve found that seem to be relevant to this are directing me to a “Beta Team Membership” page.
Thanks in advance!
Kindly disregard. I was able to identify the record.getId(); call in the API docs.
The record.getUrl()
might be helpful to you as well for creating a “clickable” link that I think should work on iOS’ barcode scanner too if you embed it into a QR code.