Embedded view on web

Hello,

I have one form with an embedded view (show single category). The formula of Show Single Category is a computed field named “Application”. This field will carry his value from the field “Application” in parent form. There is a button in parent form that will open the form with the emb. view, refreshes that field and shows only the documents for this category.

This is working fine on client but the field cann’t be refreshed on web.

Only help will be greatful.

Subject: embedded view on web

Hi Joseph

Are you trying to inherit the value of the field in the embedded view form?

If yes then to make it work on the web please use ?Opendocument&ParentUNID=

where docUNID is the doc unique ID of the parent doc.

You can find more info in the help database.

HTH

A

Subject: RE: embedded view on web

thank you for your help!