JMap.Application.Query.setDefaultData
Sets active query form data. If there is no active form, this function throws.
the form data, depends on the form
if no query is active
// set the current query form dataJMap.Application.Print.setDefaultData({ $param1: "black", $param2: "white"}) Copy
// set the current query form dataJMap.Application.Print.setDefaultData({ $param1: "black", $param2: "white"})
JMap.Application.Query.setDefaultData
Sets active query form data. If there is no active form, this function throws.