ComputeWithForm in SSJ?

I’m creating a response document from an xpage. I have a computed value field on the response document. Is there a way to use the ComputeWithForm method in Server Side Javascript?

Subject: computeWithForm

There is amethod for the NotesDocument called computeWithForm. Is this what you’re looking for?

Subject: It does not do inheritance regardless of computewithform

You have to write code in the PostNewDocument to move the values over. Not sure if that is a bug or not.

Howard