Hi All,
I have formA which has around 30 fields. I FromB which needs to capture all the info in 20 fields from formA for display purpose.
If it is one or two it can be caputered through Query string and I am not how to capture the info for 20 fields from formA to FormB.
Any suggestions would be appreciated. Thanks in advance.
Subject: Inheriting field values for Web App
Create a copy of your formA , name it FormB, keep the required fields and delete the others, changes these fields to computed for display (its slow) or Computed, or computed when composed (in this case, don’t save the form). Use form formula (in view events) to display the document with appropriate form.
Subject: RE: Inheriting field values for Web App
Thats what I have done Will it work in web because it do not show any field values.Any suggestions would be appreciated.
Subject: RE: Inheriting field values for Web App
You will have to save your changes before they can be read into another Notes form.
If the above does not solve your problem, we need more information about what you’re doing. If you’re not sure what information to supply, the C R I S P Y document might help you.
- Andre Guirard, IBM/Lotus Development
Useful blog: Best Practice Makes Perfect
Subject: RE: Inheriting field values for Web App
Thanks for your response…The document has been saved…
Subject: RE: Inheriting field values for Web App
If the second form (the one that is supposed to inherit) is not a response or response-to-response type form, you need to include the document id to inherit from in the URL:
http://server.domain.tld/path/db.nsf/FormName?OpenForm&ParentUNID=12345678123456781234567812345678
That will, however, force the document to become a response to the document it inherits from, so you will need to remove the $Ref field in a webquerysave agent if you want a normal document.