Skip to main content
Nintex Community Menu Bar
Question

deck not showing related table

  • July 11, 2024
  • 7 replies
  • 10 views

Forum|alt.badge.img+14

I have a deck with an object and a related object.  When I initially show a deck with the the records and related records the deck shows fine.  Once I requery the fields of related records no longer show.  The “Name”, “Created Date” and “Search Number” are all in the related object.  If I hit f5 they all show again. 

https://drive.google.com/file/d/1hhjfDF5h4T28JvepPhrSMBU_bvjMrkOm/view

7 replies

Forum|alt.badge.img+10

What happens when you change the query to replace the data instead of Get More and Merge? It looks like the initial page load is what you want to replicate and the get more query isn’t doing your desired behavior.


Forum|alt.badge.img+14
  • Author
  • July 11, 2024

I have removed all conditions and the query on popup close.  So nothing should have changed…https://drive.google.com/file/d/17xulHH0XVOHNgCAw0nw8OdvnEf4dmaaA/view


Forum|alt.badge.img+14
  • Author
  • July 11, 2024

I removed the edit button and popup and rebuild the edit button and popup and it now works.  However, If I add query after close the same problem happens


Forum|alt.badge.img+14
  • Author
  • July 11, 2024

There is an issue when adding query on the “After Close Action”.  It is not working.


Forum|alt.badge.img+10

Bill,

I tried replicating what you are seeing with the deck. I am not sure that I have the same setup as you do. I did not see any problems in my developer org in Skuid 11.

What version of Skuid are you using? Can you try this page in your org?

Thanks,

Bill

<p style="text-align: center;"><span style="font-size:16px;">{{Account.Name}}</span></p> <p style="text-align: center;"><span style="font-size:16px;">{{Account.Phone}}</span></p>

Forum|alt.badge.img+14
  • Author
  • July 11, 2024

Unfortunately I was not to try as I do not use SF CRM fields only custom objects.


Forum|alt.badge.img+10

Bill,

Try this page…it is based on Contacts.

<p style="text-align: center;"><span style="font-size:16px;">{{Account.Name}}</span></p> <p style="text-align: center;"><span style="font-size:16px;">{{Account.Phone}}</span></p>