Literals

The Literals (md_literal) view is part of the literal creation procedure. You can use this view to add, modify, copy, and delete the records in the literals table.

  • Literals are static strings of text used within the application's user interface to define database elements and events in easy-to-understand terms for the typical user. Most of what the user sees in the browser window represents a literal (e.g. field labels, actions, tooltips, resource titles, and error messages).

  • The application's literals are multilingual and display the descriptions assigned to a given literal key, based on the user's locale. Users select a preferred locale in their own profile.

  • Once a literal key is created, the next step is to assign it some text via the Literal Texts or Literal Paragraphs resource, as required.

  • Note: It is strongly recommended that the text of the existing generic literals not be modified or deleted, as this may produce undesirable results throughout the application. Create new literals instead.

The following list defines every field available in the literals (md_literal) table in alphabetical order:

  • Attachment - this field is not maintainable. An extension column used to display the file name as a hyperlink, thereby allowing the user to download it once clicked.

  • Attachment ID - this field is not maintainable. A serial identifier used as the primary key.

  • Created By - displays the name of the user who created the record you are viewing or maintaining. May not be overridden.

  • Created On - displays the date on which the record that you are creating or maintaining was created. May not be overridden. May also represent the creation date of the records you are attempting to retrieve.

  • Database Name - this field is not maintainable. The database name of the owner record.

  • File Comments - comments related to the attachment.

  • File Context Data - an expression column providing context information to provide download capabilities. It is hidden by default but always needs to be personalized in the search results and the details of any business view created off the attachments table.

  • File Extension - this field is not maintainable. The extension extracted from the file name once uploaded (when applicable).

  • File Name - this field is not maintainable. The name of the file that has been uploaded by the user (including the extension when applicable).

  • File Size - this field is not maintainable. The size of the file in bytes.

    • Note: The size of a file attachment must be greater than zero bytes.

  • Internet Media Type Code - this field is not maintainable. The type of the file based on RFC-4288 from the IETF. It was previously known as MIME types.

    • The internet media type code is inferred when the file is uploaded.

  • Modification Counter - this field is not maintainable. The date and time the record was last modified.

  • Modified By - this field is not maintainable. The user or system process that last modified the record.

  • Modified On - this field is not maintainable. The date on which the record was last modified.

  • Owner Record - this field is not maintainable. The unique identifier of a table record to which the file is attached.

    • The value consists of primary key values of the owner record table appended using pipes as delimiters.

  • Size - an expression column to provide a human-readable version of the file size. The expression finds the most readable unit.

  • Table Name - this field is not maintainable. The table name of the owner record.

For the functionality of each action (i.e. button) available on this view, refer to the About the Actions topic.