Open another form…

Viewing 1 reply thread
  • Author
    Posts
  • December 5, 2022 at 9:24 PM #48441

    richard maliszewski
    Participant

    So there’s no JS API to open another form from current form. But if you can divine a record from the hope-to-viisit form, form.selectRecord(that record) will get you to the form, and a subsequent re-invocation will get you to that record. Handy stuff to stash in a form field script.

    –Richard

    December 5, 2022 at 10:16 PM #48442

    Brendan
    Keymaster

    Hi Richard,

    You can also get the ID to the record using var recordUrl = record.getUrl(); and then use Utils.openUrl(recordUrl); to go to it.

Viewing 1 reply thread

You must be logged in to reply to this topic.