Add record

Viewing 1 reply thread
  • Author
    Posts
  • December 23, 2019 at 1:50 PM #38873

    Gilbert Heintje
    Participant

    Hello,
    I have 2 forms: form_A & form_B, and a script in form_A,
    question: how can I, in this script, create a new record into form_B? There is no link between the 2 forms.

    Thanks,
    Gilbert

    December 23, 2019 at 4:24 PM #38875

    Daniel Leu
    Participant

    You can get the form with var formB = document.getFormNamed('Form B'); and then create a new record with var newRecord = formB.addNewRecord();.

Viewing 1 reply thread

You must be logged in to reply to this topic.