Skip to main content
Nintex Community Menu Bar
Question

Page breaks if any row of the ORDER BY field in model is null.

  • July 9, 2024
  • 2 replies
  • 17 views

Forum|alt.badge.img+18

See title. Not sure if this is already known or should have been obvious, but I thought I would give everyone a heads-up.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Not exactly true.  You don’t have to fill in the Order by field.  But if you have spaces in that field or other characters you will be creating bad SOQL and the page will blow up.  You can see what is going on by doing the following.

Open your browser console  (In Chrome  CMD - Option J (Mac) and CNTRL - Alt J (PC)). 
Then type the following:   skuid.$M(‘ModelName’).soql   (Replace ModelName with your ModelID) 
This will show you the SOQL that is being presented as well as any error statements - which will help you debug…



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

Awesome. Thanks for the tip, Rob!