SaveUserPreferences
in package
Use case for saving user-scoped preferences from form data.
In multi-user mode, saves with the current user's ID. In single-user mode, saves to the global row (StUsID=0).
Tags
Table of Contents
Methods
- execute() : array{success: bool}
- Execute the use case - save user preferences from request.
Methods
execute()
Execute the use case - save user preferences from request.
public
execute() : array{success: bool}