Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 4 of 4

Thread: display a QBE?

  1. #1
    Senior Member glg's Avatar
    Join Date
    Aug 2004
    Location
    Chicago, IL, USA
    Posts
    714

    Default display a QBE?

    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?

  2. #2
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    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)
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  3. #3
    Senior Member glg's Avatar
    Join Date
    Aug 2004
    Location
    Chicago, IL, USA
    Posts
    714

    Default

    ooh, that's cool. didn't realize I could call anything in the State like that. Thanks!

  4. #4
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    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.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts