Table Properties

These properties configure table pages.

If you want to change the default values, enter your changes in the emxSystem.properties page object. For more information, see Editing Properties Using MQL.

Property Name Property Description Valid Values
emxFramework.Table.TypeWhen set to new, specifies that pages defined using emxTable.jsp or emxTableEdit.jsp should be converted to use emxIndentedTable.jsp. When classic, no conversion is done.

When set to new, this property can be overridden by passing the tableType=classic URL parameter to the table component. For more information, see Legacy ENOVIA Web Apps Customization Guide: Table-to-Structure Browser Conversion.

new or classic
emxFramework.PaginationRangeDefines the number of rows in a table per table page .For example, if you set the property to 15, the system creates a new page for the 16th row and users must use the pagination controls to see the 16th row.Positive integer
emxNavigator.UITable.Pagination.RememberSelectionDefines the global setting for remembering selections across different pages. When true, if the user selects rows from several different pages within a table and then clicks a toolbar item to process the items, such as Remove Selected, the system processes selected items from all pages, not just the one that is currently displayed. This property can be overridden for a specific page by passing the rememberSelection URL parameter to emxTable.jsp.True or False
emxFramework.Pagination.MaxNumberOfItemsSets the maximum number of items allowed in table list pages when viewing the page with pagination off.

Assigning this property to any value less than 1 sets the pagination to have no maximum limit.

Integer
emxNavigator.UITable.Style.List Defines the style sheets to use for table pages.

The List style is for table pages that display in the content frame of emxNavigator.jsp. The Dialog style is for table pages that display in popup windows. The Style parameter, which can be passed to emxTable.jsp, determines whether the table pages uses the List or Dialog style sheet.

Directory path and style sheet filename
emxNavigator.UITable.Style.DialogDirectory path and style sheet filename
emxNavigator.UITable.HeaderRepeatDefines the default value for how often header rows repeat in configurable tables. To turn off header repeat as the default, set this property to 0.

Headers in configurable tables repeat based on this value unless the headerRepeat parameter is passed with a different value to emxTable.jsp.

Positive integer or 0
emxFramework.Timing.LogFileDefines the file to use for performance time logging. If the key is assigned to empty there will be no logging.

The time logging should only be used for internal testing and should not be turned on in a production environment.

To enable logging, assign a file name.

This property can be assigned to any file. For example: emxFramework.Timing.LogFile = /temp/ emxFrameworkTiming.log.

Directory path and filename or blank
emxFramework.ShowMassUpdateEnables (true) or disables (false) mass updating.

This property can be overridden by passing the massUpdate URL parameter to emxTableEdit.jsp or emxIndentedTable.jsp.

True or False
emxFramework.TableCalculations.DecimalPrecisionDefines how many digits should follow the decimal point when rounding calculations.

For total, maximum and minimum table column calculations, rounding is not done. Average, median (for columns with an even number of items) and standard deviation calculations involve division of numbers so rounding is done when needed.

Positive integer
emxFramework.Table.ProgramColumn.HTMLEncodeDefines if a table column that uses the program setting displays HTML code or processes the code. When true, HTML tags are process as tags, not as text. When false, HTML tags are not processed and the programHTMLOutput column setting should be used.

If you need to display HTML code in a column header, use programHTMLOutput for the Column Type setting instead. For more information, see Legacy ENOVIA Web Apps Customization Guide: Settings for Table Column Objects.

True or False
emxFramework.UITable.CustomizationEnables or disables the ability for users to define custom tables for all apps. When enabled, these columns are available to users in addition to those shown in the default table:
  • All columns defined in the system table for the administrative object type but currently hidden.
  • All attributes for the object type except hidden attributes.
  • All basic properties defined by the emxFramework.UITable.Customization.Basic.InclusionList system property.
  • All attributes defined by the emxFramework.UITable.Customization.<type_name>.SelectExpression. InclusionList system property.
  • All attributes inherited from a parent administrative object.
  • For structure browser pages, all relationship attributes for the relationship used in the current structure.
Enable or Disable
emxFramework.UITable.Customization.Attribute.ExclusionListExplicitly excludes an attribute from being used in custom tables.

Access controls for the columns in the system table are carried over to custom table views. If users do not have access to a column, they cannot add it to custom views. This includes access controls defined by:

  • role-based access
  • the Access Mask and Access Expression settings
  • the Access Program and Access Function settings

Enter any attribute names that you do not want users to add to custom table views.
Comma-separated list of the symbolic names of attributes
emxFramework.UITable.Customization.Basic.InclusionListDefines the basic properties available for customized tables.

The values for this property show in the Available Columns box (unless already listed in the Visible Columns box) when creating a custom table view.

One or more of the following, separated by commas:
  • type
  • name
  • revision
  • policy
  • description
  • modified
  • current
  • originated
  • vault
  • owner
  • grantee
emxFramework.UITable.Customization.Attribute.ExclusionListDefines the attributes that cannot be added to customized tables, even if the attribute is associated with the object of the table. Enter any attribute names you want to exclude from custom table views.Comma-separated list of the symbolic names of attributes
emxFramework.UITable.Customization.<type_Name>.SelectExpression. InclusionListDefines expressions to select attributes for a specific object type in a customized table. The values for this property show in the Available Columns box when creating a custom table view.

If an attribute is defined by more than one property, such as listed in the Inclusion List and also selected by the select expression, it only shows once in the list. Child object types do not inherit this property value.

This property can be overridden for a table or structure browser page by passing the customize URL parameter to the JSP.

Replace <type_Name> with the symbolic name for the administrative object type.

To provide a column label for an MQL expression, the expressions for this property should have a corresponding string resource in the emxFrameworkStringResource.properties file. For an example property value for type_Part, the expression from[relationship_ECO].to.name shown in the above example should have a string resource defined as: emxFramework.UITable.Customization.type_Part.from[relationship_ECO].to.name = ECO Name

Comma-separated list of symbolic names of attributes or expressions