Define a query
Setdynamic_query_function on a ChooseOne or ChooseMultiple command parameter. The function receives a PTRPCDynamicQueryFunctionMessage and returns a PTRPCDynamicQueryFunctionMessageResponse.
OtherParameters contains the current values of the other fields in the modal. This lets one dynamic choice depend on an earlier operator selection.Request fields
The request contains:
Return
Success=True and a Choices list. Return Success=False with Error when the choices could not be generated. An empty successful list means there are currently no valid choices.
