Skip to content

Adding Test Configurations in Test Fields Child Table

Steps to Configure the Action Onload

The Onload action is used to test specific field properties and behaviors when a form is first loaded.

🔹 Note: Leave the Pos (Position) value unchanged. It determines the execution order of the test steps.

Configuration Guide

FieldDescription
ActionSet this to Onload to specify the test should run on form load.
PosPosition number of the action. Leave this unchanged (e.g., 10).
Field NameThe technical name of the field you want to test (e.g., title, order_type).
ValueThe expected value or label of the field (optional).
Data TypeThe data type of the field (e.g., Select, Link, Data).
Is MandatoryMark as ✅ if the field should be mandatory.
Is Read OnlyMark as ✅ if the field should be read-only.
Is HiddenMark as ✅ if the field should be hidden.
Is ChildMark this if the field belongs to a child table.
TabThe tab where the field is located, if applicable.

Example Configuration

No.PosActionField NameValueData TypeIs MandatoryIs Read OnlyIs HiddenIs ChildTab
110Onload
210.01order_typeSalesSelectDetails
310.02quotation_toCustomerLinkDetails

Summary

This configuration allows you to validate how fields behave when the form loads — ensuring they are mandatory, read-only, or hidden as required.