Hey All,
Looking for some help on what I thought was a simple xpage app.
I have a repeat control showing some main documents. I have a link that when clicked creates a response document. I pass in the docunid in a url parameter and set a field on my form called ParentDocUNID. That field is used on the Notes Form to calculate a bunch of values all using @GetDocField( ParentDocUNID; "somefieldname" ). So I'm pulling data from the parent doc this way.
On the XPage I compute the form on load but nothing is calculating. If I save the document and go back and edit that document in the same xpage the values are computed. It's as if the parentdocunid is not there onLoad???
Any thoughts on how to make this work?