Seascape for Notes
DocsSupport RequestWebsite
  • Seascape for Notes
  • Installation
    • Installing and activating
    • Offline license activation
    • Uninstalling
    • Upgrading
    • System requirements
    • Release history
      • Flex
  • Database archiving with Seascape
    • Archiving methods (Videos)
    • Web Archive
      • Web archive file structure
      • Web Archive interface
      • Database catalog
      • Option: Seascape Flex server
    • SharePoint Archive
      • Export a database
      • Map SharePoint columns
      • Upload data automatically to SharePoint
      • Manually uploading data to SharePoint
      • Notes attachments
      • Notes doclinks
    • Disk Archive
    • Export log
    • Database analysis tool
  • Seascape Flex
    • What is Seascape Flex?
    • Installing Seascape Flex
    • Flex search
    • Flex administration
    • Flex database permissions
    • Connecting Flex to Active Directory
    • Enabling HTTPS on Seascape Flex server
    • Security
    • Adding new databases to Flex
    • Audit log
  • Seascape settings
    • General settings
    • Export settings
    • PDF settings
      • PDF/A format description
    • Alternate forms
    • Folder formulas
    • Product limitations
  • FAQ
    • How to disable HTTP stream
    • Save Notes metadata in CSV format
    • How can I change styles in the Web Archive?
    • Which view/folder types are supported?
    • How to Change the default view for the web-archive?
    • What is the SWING Seascape installation footprint?
    • PDF filename Unicode compliance tips
    • How to enable PDF search in Windows (64-bit)
    • Do I need to have the latest JRE (Java Runtime Environment) installed on my Workstation?
    • How are licenses consumed?
    • How can I access attachments in the Web Archive?
    • How to configure PDF file naming rules
    • How to create a single database catalog from existing archives
    • How to exceed SharePoint list view threshold
    • How to export computed fields
    • How to export hidden email folders
    • How to export mail outline
    • How to update a Seascape archive
    • How to export HTML fields
    • How can I preserve non-English characters in PDF
    • How to open .zip attachments in Adobe Reader
    • How to edit/remove views in exported web archive
    • How to change default view in exported web archive
  • Troubleshooting
    • Troubleshooting Guide
    • Error messages
      • Type mismatch (13)
      • There is another PDF conversion process already started
      • swllrend.dll corrupted or not extracted
      • ExceptionConverter: java.security.NoSuchAlgorithmException
      • Exception in thread "Launcher: SwCreatePDF" java.lang.NoClassDefFoundError: -CLASS NAME-
      • Domino HTTP Error Loading Java Virtual Machine
      • Cannot write or create file (file or disk is read-only)
      • ReferenceError
    • General issues
      • There's no "Show Java Debug Console" option in my Notes client
      • Notes password issue
      • View the conversion log in case of a Notes crash
      • Zip files can not be detached from PDF
      • Conversion speed is slow
      • How to send sample Notes documents to Support
      • How to enable SWING Seascape with Symantec Endpoint Protection (SEP)
      • Header and footer not visible in my emails
      • Email images do not appear in PDF
      • Document links not working
      • Thai symbols not shown in PDF document
      • Twistie icons not showing in Firefox 68
      • "Too many columns" for SharePoint upload
  • Support
    • Support Request
    • Premium Export Services
Powered by GitBook
On this page

Was this helpful?

  1. FAQ

How to export computed fields

There are 3 different types of Computed fields:

Type of computed field
Formula calculates

Computed

A computed field formula calculates each time a user creates, saves, or refreshes a document. The field is not refreshed when the user opens the document, even in edit mode.

Computed when composed

A computed-when-composed field formula calculates only once: when the user first creates the document. Use this type of formula in a field to preserve information about the origin of a document, such as the creation date or original author, or to create a field whose original value never changes, such as a document sequence number.

Computed for display

A computed-for-display field formula recalculates each time a user opens or saves a document. Use this type of formula in a field to display information that is relevant only to the immediate session, such as the current time or the results of calculations that you don't need to save. The field value exists during the current session only and is not stored. You cannot display the contents of a computed-for-display field in a view.

“Computed” and “Computed when composed” are part of Notes backend document and therefore will be part of a XML metadata.

As for “Computed for display” fields, they are not part of the Notes backend and therefore will not be part of metadata XML either.

For “Computed for display” type fields to be included in metadata XML, custom metadata needs to be created.

PreviousHow to exceed SharePoint list view thresholdNextHow to export hidden email folders

Last updated 3 years ago

Was this helpful?