Just getting my feet wet, and getting embarrassingly stuck on all the little things.
I have an XPage tied to a Notes Form where I can edit values on existing docs, and sort of create new docs.
I’m trying to get a computed value to save. I can get it to show on screen, but after saving no field exists in the resulting Notes document.
I have an Edit Box with Read-only checked, bound to a field that exists on the Data Source Form, with the right computed default value showing - doesn’t save.
I have a Computed Field, with the right computed value showing - nothing saves.
I’ve tried editing existing docs and creating new ones, no field gets created.
Do I need to turn on computeWithForm and leave it to the back end form to compute the value? I experimented with this a little, when composing a response doc it doesn’t seem to know who the parent doc is for inheriting values ![]()
What do I need to do? Any basic help? Please & thank you very much!