Avatar

Level 10

You can do this by adding the following code in the Script object, after line 32

 

if (update && newItemValue < prevItemValue)

{

    contextItem.resolveNode("FinanceDateOfCompletion").rawValue = ImpactsSubForm.DateTimeField1.rawValue;

}

 

You will have to change the ImpactsSubForm.DateTimeField1 part to reference you date field (and make sure it has a value before testing), here is the updated sample https://sites.google.com/site/livecycledesignercookbooks/BIA%20Impacts%20Table.date.pdf?attredirects....

I have done some freelance work, and moving into winter would be a good time (I'm in Australia).  Send me a private message if anything comes up.

Regards

Bruce