A Name Text Box is bounded to a Names field in the related Notes form. How to make the values in the textbox into be converted automatically to CANONICALIZE when XPage is saved?
I have tried the following but they all failed. A) Saving the form using currentDocument.save() B) Use simple action "Save Document" C) add @Name([CANONICALIZE], @ThisValue) in the associated Notes form field under input validation, input translation and even as computed field.