I need to create new a "drop down list" filed using OQL query in Request Template .
for example: "SELECT PC" return list of PC names, but I need to get another column.
can I do that ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello dears,
Can I get specific column using OQL query ?
thanks.
You usually select objects rather than columns. What's your use case?
I need to create new a "drop down list" filed using OQL query in Request Template .
for example: "SELECT PC" return list of PC names, but I need to get another column.
can I do that ?