Page 1 of 1

Impossible to select data with "not in id" (dropdown ajax entities list)

Posted: 11 Jan 2024, 00:19
by Didou12
Hi

I would like to use a record from entity (with ajax entities list) in the record itself but without the possibility to select the id of this current record (if the editing form is opened, all records but not the current).

So I tried with a condition (several times, see below), but it doesn't work.

Code: Select all

e.id not in (id)
e.id <> id
with id, or [id] or msq.id

How to do that ?

Re: Impossible to select data with "not in id" (dropdown ajax entities list)

Posted: 11 Jan 2024, 13:50
by karahan
Hi,

sounds stupid, but:
e.id <> e.id

Re: Impossible to select data with "not in id" (dropdown ajax entities list)

Posted: 12 Jan 2024, 22:07
by support
When you create new record, the form opens, but there is no record ID that is why you can't use it in condition.

Re: Impossible to select data with "not in id" (dropdown ajax entities list)

Posted: 12 Jan 2024, 23:43
by Didou12
Ok thanks but when editing ? It’s more for editing I would like to filter out.