Skip to main content
Nintex Community Menu Bar
Question

UI DateTime Field date search

  • July 10, 2024
  • 4 replies
  • 23 views

Forum|alt.badge.img+14

I have UI field that is in DateTime format.  I have set up a date filter on a table with auto generated conditions.  I select a date range that should show no results.  However, all records are returned. 

This topic has been closed for replies.

4 replies

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

Is your field  a “UI Only field” that is only present in your model and not in the sf database?   If so can you post a picture of its configuration?

Thx 


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

It is UI Only Field that is the result of an if statement from 2 sf date time fields


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

You cannot use a UI only field as a condition.   Conditions run SOQL on the server, and the UI only field never makes it back to the server. 


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

Got it.  Thanks