control.findChildRecordControlByXmlNode()
- Last UpdatedJun 25, 2024
- 1 minute read
Use findChildRecordControlByXmlNode() method to find a control with a specific XML node in the child record and its children.
Syntax
control.findChildRecordControlByXmlNode(mappedXMLnode);
Parameters
|
Parameter |
Description |
|---|---|
|
mappedXMLnode |
XML node of the control to search in the child record. |
Return Value
This method returns a control object.
Example
// Set a value for the Text control.
control.findChildRecordControlByXmlNode("EmployeeName").value = "John Doe";