Issue with display fields
Posted: Sat Oct 04, 2025 1:07 am
I am having a very similar problem with display fields. This is long working code that is now broken. Is there a plan to fix this, or do I need to do a workaround for all my display fields?
Code: Select all
SELECT
Contacts.Phone1
FROM
Contacts
JOIN ContactToOrg ON Contacts.ContactID = ContactToOrg.ContactID
WHERE
((ContactToOrgID ='#RECORD_ID#'))