Hi guys, I want to update a custom filed in cms-user table I have used CMSContext.Currentuser.SetValue("MyCustomFieldName", value); to update but it doesn't work. is there anybody know what is wrong with that?!!!
Hi, here you are:
UserInfo ui = CMSContext.CurrentUser; ui.SetValue("MyCustomFieldName", value); ui.Update();
Thank you Jan. :) LIKE
Please, sign in to be able to submit a new answer.