RE: Inherit value from existing document Chintu Saxena 1.May.03 01:58 PM a Web browser Domino Designer -- Forms 4.6.4aWindows NT
Hi Nadeem
Write a 1 time agent (to run on selected documents) which will put the reqd. field's value from the parent to its children and run on all the children which do not have the required data.
eg: field CHILDabc := @getdocfield(@text($ref);"PARENTabc")
then onwards for new documents the property will work.