Unable to get document page name for

前端 未结 1 757
情深已故
情深已故 2020-12-20 01:21

I have a view that has XPage Associated with document form set.

The form property has the xpage associated with the document.

If I click on the link in the v

相关标签:
1条回答
  • 2020-12-20 01:44

    If you are opening a document from a view, the associated form could be overriden by a form formula of the view. When opening the document directly with $$OpenDominoDocument.xsp the original form stored in the document is used instead.

    The form can be associated with a XPage in different ways:

    1. For XPiNC there is a field $XPagesAltClient in the form
    2. For web access there is a field $XPagesAlt in the form
    3. There is a entry in the xsp.properties file.

    For example this entry...

    xsp.domino.form.xpage.foo=bar
    

    ...will open a document with the value foo in the Form field with the XPage bar.xsp.

    Hope this helps

    Sven

    0 讨论(0)
提交回复
热议问题