Initializing help system before first use

Types

insightattachment  : record
a record containing information about a single attachment
filename  : text
filename of the attachment
description  : text
description of the attachment
tags  : list of string
collection of tags associated with the attachment
size  : integer
size of the attachment, in bytes
lastModifiedUser  : text
name of the last Insight user to modify the attachment
lastModifiedDate  : datetime
date and time of last modification to attachment (UTC)
hidden  : boolean
whether the attachment is hidden from the UI
Note
Modifying an insightattachment record will not modify the attachment information on the server.
See also
insightattachmentrules  : record
a record containing information about the rules used by mminsight when verifying attachments.
maxsize  : integer
the maximum size, in bytes, that an attachment may have
maxattachcount  : integer
the maximum number of attachments that can be attached to a single scenario
maxfilenamelen  : integer
the maximum permitted length, in characters, of an attachment filename
invalidfilenamechars  : list of text
a list of characters that are not permitted in attachment filenames. Must be a list of single-character text values.
maxdescriptionlen  : integer
the maximum permitted length, in characters, of an attachment description
Note
This record is used only in test mode.
See also
insightattachmenttag  : record
a record containing information about a tag defined in the app's companion file
name  : string
name of the tag
description  : string
description of the tag
mandatory  : boolean
whether the tag is mandatory
usage  : string
tag usage restrictions, either 'single-file' or 'multi-file'
Note
Modifying an insightattachmenttag record will not modify the attachment tag information on the server.
See also