Can anyone tell me if its possible to change a name field property using @function or LS.
For wxample I would like this to happen, when a document is submitted, the author field is changed to readers so that they can only read their submission. Author right will be given to their superior for example.
I think this is possible in LS but can it be done using @function.
Thanks in advance for any suggestion.
Subject: Changing name field properties
Formula Language can’t do it, but LS can – sort of. You can set the IsReaders or IsAuthors property of any NotesItem, but if the document is ever edited, the settings on the form’s field widget will probably change that on you. If the field doen’t appear on the form, you’ll be okay.
Subject: RE: Changing name field properties
Thanks, Stan
I thought that would be the case too. I guess it should be ok to use the agent on save using LS
Subject: RE: Changing name field properties
It’s probably easier to do this just using computed Readers field on the form.