Skip to main content

Module Reference - Data Editor for TrueSight

Parameter

Description

Default/typical value

[<Module Name>] section

AllowToolTipInSelect

Enables smart tooltips

0 or 1

BackupExpiryDays

Duration (in days) during which data backups are retained.

If unset, duration is set to 365 (1 year)

If set to 0, backups are never deleted.

31

CellName

Name of the cell holding the DDA table.

There is no need to set CellName if its value is the same as in Global.conf.

N/A

CopyToNewNotCopiedSlots

Optional. Comma separated list of slots (this is case sensitive) whose value is NOT copied to the form when a “copy to new” is performed. This can be used e.g. to avoid that a key slot value is copied when a new entry is created from an existing one.

This applies to normal DDA slots, it is not possible to apply this to input_match or output_expressions slots.

 

CSVImportStartLine

Indicates from which line (by default) the data of a CSV file should be considered for import

1

DDAClass

Required. DDA name

N/A

DDAType

Required. DDA type

Classic, DDEN or hybrid

DisableDataBar

Switches on/off the display of the graph of data distribution when sorting the data table

0

EnableSlot

Optional. The name of the slot that controls (In your MRL code) if the DDA entry is active or not. The slot must be of type INTEGER (taking values 0 or 1) or of type ENUMERATION MC_YESNO (taking values YES or NO) or of type BOOLEAN MC_YESNO (taking values TRUE or FALSE)..

When the EnableSlot is used, a shortcut to enable/disable the entry from the Data Editor is automatically added.

See Enable/Disable entry quickly

none

EntryOwnerSlot

Optional. The name of the slot that should contain the name of the user who last modified the entry. This slot must be defined in the DDA itself and cannot be an internal slot (mc_modification_requestor is not supported). See Last modifier

none

EntryValidationScript

An optional script that validates the user input. Must be provided as a relative path to $PRODUCT_HOME. See EntryValidationScript for detailss

./data/DDAModifier/ValidateEntry.cmd

MaskedSlotsForCreation

Optional. Comma separated list of DDA slots

Contains the list of slots that will not be shown at creation/modification time.

MaskedSlotsForDisplay

Optional. Comma separated list of DDA slots

Contains the list of slots that will not be shown in the table view

ReadOnlySlotsForCreation

Optional.Comma separated list of DDA slots

Contains the list of slots that will remain readonly at creation/modification time.

ReplicationTasks

Optional. Comma separated list of replication tasks associated with the module

(empty)

SortDirective

Optional. Default sorting order for the display of the DDA contents. The syntax must follow the “mquery” “-o” switch syntax, that is :

Slotname1[+|-],SlotName2[+|-]…

(empty)

DisableDataBar

Optional. When set, the bar chart on top of the Data Editor “View” page is disabled.

0 or 1

[ExternalSources] section

<slotname>

Method used to retrieve the list of allowed/suggested values. See Sources definitions

none

[SlotPatternVerification] section

<slotname>

Regular expression that the slot value must match. See Regular expression checks

 

[Labels] section

<slotname>

Default label used for the slot. Overwritten if a specific language label is available

none

[Labels-<lang>] section

<slotname>

Language-specific label used for the slot.

 

[ToolTips] section

<slotname>

Default tooltip used for the slot. Overwritten if a specific language label is available

 

[ToolTips-<lang>] section

<slotname>

Language-specific tooltip used for the slot.