Page 1 of 1

Issue with display fields

Posted: Sat Oct 04, 2025 1:07 am
by treed
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#'))

Re: Issue with display fields

Posted: Sat Oct 04, 2025 5:37 am
by kev1n
Hi,

To understand the issue better we’ll need a few more details:
  • Are you seeing any error messages (in the browser console, PHP error log, or in nuBuilder itself)?
  • Can you describe what exactly is broken with the display fields (e.g., not showing values, not updating, formatting lost, etc.)?
  • Do you know roughly when it stopped working (after an upgrade, a code change, or suddenly without changes)?
  • Which object ID is affected?
This information will help us see whether it’s a regression/bug or something specific to your setup, and whether a fix or workaround is needed.

PS: I moved your question into a new topic.