Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Issue with display fields

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
treed
Posts: 206
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Issue with display fields

Unread post 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#'))
kev1n
nuBuilder Team
Posts: 4570
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 532 times
Contact:

Re: Issue with display fields

Unread post 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.
Post Reply