Skip to main content
Nintex Community Menu Bar
Question

can i 'UI Only field' from one model as 'filter condition' in another model ?

  • July 10, 2024
  • 3 replies
  • 10 views

Forum|alt.badge.img+3

I have been trying to use UI Only field in another model on ‘filterable condition’. But, i’m getting error saying, i haven’t included that UI Only field in the source model, which is not right

In this i’m trying to load a Opportunity Model based on ‘UI only’ field in another Opportunity Model











LEFT({{Name}}, 10)
















{{Model.labelPlural}}


Home


































3 replies

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

I’ve seen this come up before, and found this thread:
https://community.skuid.com/t/ui-field-conditions

Basically, UI fields shouldn’t be used as model conditions.  You could create a formula field on your Opp object that grabs the first 10 letters and use that instead on your 2nd model condition.


Forum|alt.badge.img+10

Nepolean,

Did Chandra V solve your problem?


Forum|alt.badge.img+3

No Stephen… My question was not answered. I think it’s been misunderstood.

I’m not asking about using a UI-Only field for conditions. As i can understand, its not possible as the conditions will be converted directly to SOQL which doesn’t know anything about UI only field.

But, my question is that why can’t a Model have a condition whose value is based on UI-Only field on another Model. For example, please use my Page XML posted in my earlier post.