Skip to main content
Version: 10.1

ColsMeta.altInputFormats()

note

This article is about the altInputFormats() function of the ColsMeta object.

ColsMeta.altInputFormats()

Returns an array of the alternative input formats of the first item.

Syntax

$.udbMeta( *ds* ).cols( *cols* ).altInputFormats()

The optional ds is a data source selector. The optional cols is a column selector.

Example

var altFormats = $.udbMeta('EMP').cols('POSTAL_CODE').altInputFormats();