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.
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.
- _description
Type: CatExternalCatalogDescription Extended Data Type
A string that represents the external catalog description in the translation language.
- _language
Type: LanguageId Extended Data Type
A string that represents the translation language.
Return Value
Type: CatExternalCatalogTranslation Table
An instance of the catExternalCatalogTranslation class that indicates the row that is inserted.