If you are just trying to change how the names display, you can use the following formula:
FIELD NameReplacement := @ReplaceSubstring
(NameReplacement; "O=Maju"; "O=Jamu");
Please note that this will not actually change the users' registration settings -– this will only change how the names display in a specified field.
Do you have comments on this Ask the Expert question and response? Let us know.
|