Hi,
We are using WebApi to patch the user information, although when we try to update a custom field it is retuning an error:
"ExceptionMessage": "Column 'AccessUserAddress_IsBlocked' does not belong to table Table.",
"StackTrace": " at System.Data.DataRow.GetDataColumn(String columnName)\r\n at Dynamicweb.Security.UserManagement.UserRepository.FillRow(DataRow row, User user)\r\n at Dynamicweb.Security.UserManagement.UserRepository.SaveUser(User user)\r\n at Dynamicweb.Security.UserManagement.User.Save()\r\n at Dynamicweb.Ecommerce.WebAPI.Controllers.UsersController.SaveUser(User user, UserViewModel userModel)\r\n at lambda_method(Closure , Object , Object[] )\r\n etc"
The UsersController.cs has the CustomFieldValueCollection swapped between Address and User custom fields:
DW version: 9.16.6
BR, Mario