Update a field in the parent
document?

Author: Tripp W Black

Created: 08/26/1999 at 07:51 PM

 

Category:
Notes Developer Tips
Formulas, Parent/Child Documents

From a response document, how do you update a field in the parent
document?

Use

@SetDocField($Ref;"Field on Parent Doc";"Value")


in a formula in a field on your response doc. When the response is saved, the parent will be updated. The $Ref parameter is
the document number of the parent document which is always stored in the response document.

previous page