Skip to content

Adding Test Configurations in Test Fields Child Table

Steps to Configure Edit Details for Child Tables

Use the Edit Details action when you want to validate fields inside the popup view of a child table row (e.g., inside the β€œItems” row editor).

πŸ”Ή Note:

  • Edit Details should be placed in the main position (e.g., 20).
  • It specifies the child table name and row index where the popup opens.
  • The rows under it (e.g., 20.01, 20.02) define the fields and values to check inside the Edit Details view.

Configuration Guide

FieldDescription
ActionSet Edit Details in the main row to indicate you’re opening the child row popup.
Pos20 for the main action; use 20.01, 20.02, etc., for validations inside.
Field NameThe field to validate inside the Edit Details view.
ValueThe expected value of the field.
Data TypeType of the field (e.g., Link, Data, Select).
Is Mandatoryβœ… if the field should be mandatory.
Is Read Onlyβœ… if the field should be read-only.
Is Hiddenβœ… if the field should be hidden.
Is Childβœ… for all fields inside a child table row.
Child Table NameName of the child table (e.g., items).
Child IndexIndex of the row to validate (e.g., 0 for first row).
TabTab where the child table is located (e.g., Details).

Example Configuration: Validating Fields Inside Edit Details View

No.PosActionField NameValueData TypeIs MandatoryIs Read OnlyIs HiddenIs ChildChild Table NameChild IndexTab
120Edit Detailsβœ…items0Details
220.01warehouseStores - SGBCZLinkβœ…βœ…items2Details
320.02item_nameDTTHZ1N 400/20/…Dataβœ…βœ…items2Details
420.03amount17,206.00Dataβœ…βœ…items2Details

Summary

  • Use Edit Details (e.g., at Pos 20) to validate fields inside a child table row popup.
  • All child-row validations go under that (e.g., 20.01, 20.02).
  • Always set Is Child and specify the correct Child Table Name and Child Index.