Update Parent Document from Child from Web

Author: Tripp W Black

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

 

Category:
Notes Developer Tips
Forms/Subforms, Parent/Child Documents

Author:
Ravi
Date:
Wednesday, 12/16/98 2:50 PM EST
Subject:
Re: Updating Parent on Web from Response document




You can even write an agent with macro

get the parent id using $ref or any other field which holds parent document's unique id.
then use @setdocfield by giving the parent id , field name and the new value. You can give new value as old
value - 1.

hope this helps U.


previous page