Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

This method retrieves a column index number based on a field name.

Parameters

  • fieldName - field name, as defined in the subfile record format

Example

Retrieve column index and then remove column
var columnIndex = getObj("Grid1").grid.getColumnIndexFromFieldName("CUSTNUM");
getObj("Grid1").grid.removeColumn(columnIndex);





  • No labels