Page 1 of 1

Arbitrary user settings

PostPosted: Tue Jun 18, 2019 4:22 pm
by pricerc
Other than adding a custom field, is there any way of saving an arbitrary setting for a user?

In particular, I'm wanting to save some form values as defaults for later use, but creating a whole custom field seems overkill for something that will only apply to some users.

Otherwise, I'm going to add a dictionary that I can serialise to a single custom field.

Re: Arbitrary user settings  Topic is solved

PostPosted: Tue Jun 18, 2019 4:37 pm
by Scott.Pearce
Have a look at Manager.Database.SaveUserSetting() and Manager.Database.ReadUserSetting(),