Skip to content

Adding Test Configurations in Test Fields Child Table

Steps to Configure Add Row Action

The Add Row action is used to simulate clicking “Add Row” in a child table (such as Items, Taxes, etc.). It is commonly followed by steps to enter and validate values in that newly added row.

🔹 Note:

  • Set Is Child ✅ to indicate you’re working in a child table.
  • Specify Child Table Name, Tab, and the Child Index where the new row should be added or referenced.

Configuration Guide

FieldDescription
ActionSet to Add Row to insert a new row in the child table.
PosSequence/order of the action (e.g., 10).
Field NameLeave blank for Add Row.
ValueNot applicable.
Data TypeNot applicable.
Is MandatoryNot applicable for this action.
Is Read OnlyNot applicable for this action.
Is HiddenNot applicable for this action.
Is Child✅ Must be enabled for child table operations.
Child Table NameName of the child table (e.g., items).
Child IndexIndex at which the new row will be added (e.g., 1 for first row).
TabTab where the child table is located (e.g., Details).

Example Configuration: Adding a New Row in the “Items” Table at Index 1

No.PosActionField NameValueData TypeIs MandatoryIs Read OnlyIs HiddenIs ChildChild Table NameChild IndexTab
110Add Rowitems1Details

Summary

  • Use Add Row to simulate inserting a new row in a child table.
  • Use the Child Index field to define where the row should appear (starting from 0 for the first row).
  • After this, you can follow with additional steps (10.01, 10.02, etc.) using actions like OnChange or Edit Details to set and validate fields in that row.