Share via


SysTranslationHelper Class [AX 2012]

Syntax

class SysTranslationHelper

Run On

Called

Methods

  Method Description
Gg966442.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg966442.privmethod(en-us,AX.60).gif fetchNaturalKeyFieldsForMainTable Fetches the fields of the table that are related to each other when two table IDs are passed.
Gg966442.pubmethod(en-us,AX.60).gif getAllowEdit
Gg966442.pubmethod(en-us,AX.60).gif getLanguageFieldId Gets the FieldID value of a language field in the translation table.
Gg966442.pubmethod(en-us,AX.60).gif getMainTableId Gets the TableID value of a language field in the base table.
Gg966442.pubmethod(en-us,AX.60).gif getMainTableNaturalKeyFieldIds Fetches a list of FieldID values of the natural key field of the base table.
Gg966442.pubmethod(en-us,AX.60).gif getMainTablePrimaryFieldId Gets the FieldID value of a primary key field in the base table.
Gg966442.pubmethod(en-us,AX.60).gif getSelectedRecId Gets the RecID value of the base table that is to be filtered for translation.
Gg966442.pubmethod(en-us,AX.60).gif getSystemLanguage Gets the value of a system language.
Gg966442.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif getTranslationTableAlternateKeyFieldId Retrieves the FieldID value of an alternative key field in the translation table.
Gg966442.pubmethod(en-us,AX.60).gif getTranslationTableId Gets the TableID value of a language field in the translation table.
Gg966442.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif initializeTranslationForm Initializes various translation forms.
Gg966442.pubmethod(en-us,AX.60).gif launchTranslationDetailForm Launches the transformation form.
Gg966442.privmethod(en-us,AX.60).gif launchTranslationForm Launches various translation forms.
Gg966442.pubmethod(en-us,AX.60).gif launchTranslationListForm Launches the transformation form.
Gg966442.pubmethod(en-us,AX.60).gif new Initializes the translation common class.
Gg966442.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif parmFilteringFieldId Gets or sets the FilteringFieldId parameter.
Gg966442.pubmethod(en-us,AX.60).gif parmFilteringValue Gets or sets the FilteringValue parameter.
Gg966442.pubmethod(en-us,AX.60).gif parmMainTableTranslatedFieldsIds Gets or sets the MainTableTranslatedFieldsIds parameter.
Gg966442.pubmethod(en-us,AX.60).gif parmProfileLanguageHTMLTranslationArray Gets or sets the array of HTML fields to translate from the translation table.
Gg966442.pubmethod(en-us,AX.60).gif parmProfileLanguageStrTranslationArray Gets or sets the array of fields to translate from the translation table.
Gg966442.pubmethod(en-us,AX.60).gif parmSystemLanguageBaseTableQuery Gets or sets the SystemLanguageBaseTableQuery parameter.
Gg966442.privmethod(en-us,AX.60).gif runTranslationForm Launches various translation forms.
Gg966442.pubmethod(en-us,AX.60).gif setMainTableNaturalKeyFieldId Sets the natural key field of the base table with the specified value.
Gg966442.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif useMainTableForSystemTranslation Indicates whether to use the main table for the system translation values.
Gg966442.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg966442.pubmethod(en-us,AX.60).gif Gg966442.static(en-us,AX.60).gif ::associateRange Sets the range to data source of the translation tables for the given language.
Gg966442.privmethod(en-us,AX.60).gif Gg966442.static(en-us,AX.60).gif ::createMainTableQuery Creates a datasource query for the main table.
Gg966442.pubmethod(en-us,AX.60).gif Gg966442.static(en-us,AX.60).gif ::filterTranslationTable Sets the language range for the global language for the passed data set.
Gg966442.pubmethod(en-us,AX.60).gif Gg966442.static(en-us,AX.60).gif ::getForeignKeyRelationFields Gets the fields of the table that are related to each other when two table IDs are passed.
Gg966442.pubmethod(en-us,AX.60).gif Gg966442.static(en-us,AX.60).gif ::getPrimaryLanguage Gets the user profile language ID.

Top

Inheritance Hierarchy

Object Class
  SysTranslationHelper Class