This topic is locked

Lookup wizard (fields) id list

5/3/2023 1:18:25 PM
Suggestions
K
kohle author

Hi,
first, there are other ways to solve this, but here is a wish/suggestion.
You have the option List of values in the lookup wizard (field) , but you cant work with ids (constants).
Example:
0 -On
1- Off
In the table I have the field : status type: int not null default 0
<ol start="2">* Example:
</ol>0 -zero
1 -normal
2 -high
In the table I have the field : priority type: int not null default 0
Why this request :

If you get data of a client or another source (REST API), in my experience this data always contains, in one or other ways some integer constants (ids).
To show the data more readable in phprunner pages it would help if you provide a option for "List of values" .
As developer I would allow the input with a delimiter like : 0 |On
and you do the magic in your code.
rg
J.