Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Determine the Form Grid ID.
  2. Construct the JSON object that correspond to the item row's form.

    Code Block
    languagejs
    titleCode
    linenumberstrue
    var args = new objectObject();
    args['result'] = "'{"amount":"1","category":"Medical","claim":"","purpose":"a","date":"11/18/2015","formattedAmount":"$ 1.00"}"';
  3. Based on the identifier in #1, call the FormGrid's add method to add a new row.

    Code Block
    languagejs
    titleCode
    linenumberstrue
    var args = new objectObject();
    args['result'] = "'{"amount":"1","category":"Medical","claim":"","purpose":"a","date":"11/18/2015","formattedAmount":"$ 1.00"}"';
    formgrid_entries_formgrid_117063528_add(args);