Hello guys,
I have 2 cases where users can be assigned to a lot of UsersGroups (because we are using user groups as order approval workflows).
This causea a break because there is a limit on the number of characters allowed for the AccessUserGroups field.
I was wondering ifthis field can be safely extended to nvarchar(MAX) ?
I can, of course, do that on our solution but I was wondering if this can be set as a core functionality in order to avoid overwriting on upgrade
Thank you,
Adrian