Any idea how to display a QBE of records returned by a query? eg, I create an SCFile object, run a query, get back 3 records. I want the user to determine which record is used. Anyone know if this is possible in Javascript?
Any idea how to display a QBE of records returned by a query? eg, I create an SCFile object, run a query, get back 3 records. I want the user to determine which record is used. Anyone know if this is possible in Javascript?
From a process you set the query and call us.fill with the relevant parameters (such as link name and field).
Add the process to the state.
Then you can use doAction("action") from javascript to run that action/process. (replace "action" with whatever you named it in the state)
ooh, that's cool. didn't realize I could call anything in the State like that. Thanks!
I don't know if there is a limit on what kind of actions you can call.
But I have called save and close actions so far. I have a small (about 10 lines) script that closes all tasks related to a change.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks