Disable the look up for ranges on Query Prompt

Hi,

I came across a issue that i dont need the look up for a field while filtering the values on the Query Prompt

Is it possible to disable the look up on one of the field criteria on Query Prompt [SysQueryForm]

The field is getting the look up from the EDT relation which is being used at several other places

So,dynamically at run time ,can we set the “UseEDTRelation” to false? if yes, how can we achieve that.

Can anyone please help me on this issue?

Hi,

qestion seems to be confusing.

However, to disable lookup on control level on form please select lookup button property as ‘no’.

OR, override lookup method on control and comment super() line there.