I have a parent document and on the web I need to create a response, it seems that the information is not transferred over to the response.
I have a field that I have computed hoping that it would take the information from the parent…
What am I doing wrong……….
thanks
A.
Subject: computed field on the web… not working for me.
Alena,
Inheritance does work, but usually we create docs programmatically on the web and therefore we aren’t using the traditional Compose method which would allow inheritance to work.
Perhaps you can jam the parent’s value into the URL and pick it up using @URLQueryString in the child doc.
regards,
raphael