SaveUIConfigDefaultValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SaveUIConfigDefaultValue() method stores the specified configuration data record in the UI_Config_Default table.
public static void SaveUIConfigDefaultValue(
string screen,
string sectn,
string parameter,
string UIvalu
)
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.
- UIvalu
- Required. Holds the value to be saved.