Share via


CatExternalCatalogTranslation.insertExternalCatalogTranslation Method

Inserts or updates the translation data in the catExternalCatalogTranslation table.

Syntax

public CatExternalCatalogTranslation insertExternalCatalogTranslation(
    RecId _externalCatalogRecId, 
    Name _name, 
   [CatExternalCatalogDescription _description, 
    LanguageId _language])

Run On

Called

Parameters

  • _externalCatalogRecId
    Type: RecId Extended Data Type
    An instance of the RefRecId class to indicate the collection of catExternalCatalogTranslation records.
  • _name
    Type: Name Extended Data Type
    A string that represents the external catalog name in the translation language.

Return Value

Type: CatExternalCatalogTranslation Table
An instance of the catExternalCatalogTranslation class that indicates the row that is inserted.

See Also

Reference

CatExternalCatalogTranslation Table