ReadUIConfigDefaultValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ReadUIConfigDefaultValue() method returns the specified configuration data record from the UI_Config_Default table.
Parameters
- screen
- Required. Holds the screen from which the configuration data was taken.
- sectn
Required. Holds the section to which the configuration data belongs.
- parameter
- Required. Holds the specific parameter.
Return Value
Returns a string containing the configuration data.
An empty string is returned if an error occurs.