DeleteUIConfigValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteUIConfigValue() method deletes the specified configuration data records from the UI_Config table. If null is passed for the configuration data ID, all the parameters in the specified section will be deleted.
public static void DeleteUIConfigValue(
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 deleted.
- 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. The parameter can be null, which will delete all the parameters in the specified section.