Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • AllowSort: The AllowSort input property can be used be by an administrator or developer to configure the sorting behavior within a sub-type grid on a case-by-case basis. When the property is set to 1 for a particular sub-type grid, a user can sort the sub-type records by clicking on the header of the column that will control the sort. When set to 0 (the default setting), sorting is not allowed within the grid.

    Info

    An administrator or developer can use the AllowSort input property to configure the sorting behavior within a sub-type grid. However, this only applies to the record that is currently opened. When the record is closed and re-opened or another record is opened in the same service, the order in which the sub-type records appear defaults to the value defined by the administrator or developer in the sub-type entity's Order By field. See Defining the Sort Order for Sub-Type Listings for more details.

  • AllowMove: The AllowMove input property can be used by an administrator or developer can use to configure the record move behavior within a sub-type grid on a case-by-case basis. When the property is set to 1 for a particular sub-type grid (this is the default setting), a user can use the toolbar buttons or the right-click menu to move a selected record to the Top of the grid, Up one row, Down one row, or to the Bottom of the grid. Note that the Move commands are disabled when a user selects more than one record in the grid. When set to 0, a user cannot move a record to a new position within the grid (the Move buttons do not appear in the toolbar and the Move options do not appear in the right-click menu).

  • AllowFind: The AllowFind input property can be used by an administrator or developer to specify if the Find option should be available in a sub-type grid's toolbar. When the property is set to 1 for a particular sub-type grid (this is the default setting), the Find button is available in the sub-type toolbar. When set to 0, the Find button does not appear in the toolbar.

...