Skip to main content
Nintex Community Menu Bar
Question

Contact Mailing Address - Shows as [object Object]

  • July 9, 2024
  • 2 replies
  • 10 views

Forum|alt.badge.img+7

I’m working with cases. I am showing account/contact info, and have selected the appropriate fields in the CaseData model.

If I show “Contact.MailingStreet” it shows the correct street field contents.
If I show “Contact.MailingAddress”, it shows [object Object] as show below.

As far as I can tell, I have proper permissions and everything. Usually with bad field permisions, it’s blank anyway.

Is this a bug?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+13

Hi Seth,

We haven’t implemented a standard renderer for the fields of the combined “Address” type yet in Skuid, we usually encourage people to drag a Template field into a Field Editor / Table and then define their own combined address field that way, by adding individual component fields within the Template. 

For instance, for a Contact Mailing Address, your Template might be:

{{MailingStreet}}
{{MailingCity}}, {{MailingState}} {{MailingPostalCode}}
{{MailingCountry}}




Forum|alt.badge.img+18
  • 2192 replies
  • July 9, 2024

Zach – wrong thread.