Hi,
I am trying to compute a field on an XPage and have that computed field saved to the backend notes documents on save.
I can do this if I use an ‘Edit Box’ with a ‘Default Value’ and a data source but this will only re-compute if the page is reloaded and will allow users to edit the field contents.
I want to be able to block the field contents but still save the field contents to the back-end.
If I select ‘Read-only’ then I cannot get the value to save to the backend.
I have looked into using a ‘Computed Field’ which correctly updates the value but I cannot seem to get it to save to a datasource as this part is used to do the compute.
Could someone help?
Many thanks,
Ian