MarcFerro
2 years agoQrew Member
Using GetFieldValues() to create a link
Hello,
I'm attempting to create a field within my records that shows POTENTIAL duplicates. Some of our records are older and we don't necessarily want to completely merge records, so in order to help combat this, I want a list of the record IDs that share the same Phone Number. We can accomplish this via this formula:ToText(
GetFieldValues(
GetRecords("{'17'.EX.'"&[OFFICE_PHONE_NO]&"'}"),3))
We then want to take the record IDs that generates and create a link to each record ID, and this part has me a bit stumped. Has anyone had any experience with something similar?
------------------------------
Marc Ferro
------------------------------