ReadUIConfigValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ReadUIConfigValue() method retrieves the specified configuration data record from the UI_Config table.
public static string ReadUIConfigValue(
string configID,
string screen,
string sectn,
string parameter
)
Parameters
- configID
- Required. Holds the configuration ID of the user or object for which the configuration data is being retrieved.
- 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.