Share via


SysTranslationHelper::associateRange Method [AX 2012]

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.
  • _dataSourceTableOccurance
    Type: int
    An integer value that indicates the occurrence sequence of the data source with same table ID.

See Also

Reference

SysTranslationHelper Class