Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Domino Designer
Created by Guest
Created on Jul 26, 2022

Allow Pass thru HTML to work when creating new NSF using ODP (On Disk Project)

Pass thru HTML does not work when creating new NSF using on disk project. It is reproducible when "Use Binary DXL for source control operations" is unchecked under Designer Preferences > Domino Designer > Source Control. It is not reproducible when above option is checked. Customer want this option to stay unchecked.


Steps to reproduce:

1. Create new database using template ‘Blank’

2. Create new form called ‘test’.

3. On form ‘test’ create field of text type called ‘html’. Field is set as computed when compose. Value set for field: "<html><body><p>some text here</p></body></html>".

4. Set ‘html’ field as hidden.

5. Create computed text with value=html (this should view value of ‘html’ field created in point #3). For created computed text turn on Pass-Thru HTML option.

6. Save and run form ‘test’. Result is as expected. HTML tag are not shown.

Output: "some text here"

7. Create source control for database.

8. Create new database form source ODP created in point #7.

9. Open ‘test’ form in Lotus Designer – all looks the same as original database.

10. Run form ‘test’ of ODP based database. Result: Pass-Thru HTML is not working, html tags are not translated. Result should be the same as in point #6.

Output: "<html><body><p>some text here</p></body></html>"


Refer SPR # ASHEBCEBMV

  • Attach files