How can execute a select query with idoc script?
How to execute a select query with Idoc script and get result value?
In such a way that the parameter can be sent to the query where clause
Parameters such as did (document id) or ddocname (document name).
I know there are functions like executeService or get_dataresultset in idoc script, but I don't know how to use them for this purpose.
Do you know an example in this purpose?