Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the range to data source of the translation tables for the given language.
Syntax
client server public static void associateRange(
Query _query,
TableId _translationTableId,
FieldId _languageFieldId,
[int _dataSourceTableOccurance])
Run On
Called
Parameters
- _query
Type: Query Class
This query is for the data source query object.
- _translationTableId
Type: TableId Extended Data Type
The table ID is of the table in the data source.
- _languageFieldId
Type: FieldId Extended Data Type
The field ID that indicates the language of the data source.
- _dataSourceTableOccurance
Type: int
An integer value that indicates the occurrence sequence of the data source with same table ID.