CatProcureCatalogTranslation::createCatProcureCatalogTranslation Method
Creates a new CatProcureCatalogTranslation record with given data and inserts it into the database.
Syntax
client server public static CatProcureCatalogTranslation createCatProcureCatalogTranslation(
RecId _catalogRecId,
LanguageId _languageId,
[CatDisplayHtmlText _welcomeText])
Run On
Called
Parameters
- _catalogRecId
Type: RecId Extended Data Type
The catalog record-ID for the CatProcureCatalogTranslation record to create.
- _languageId
Type: LanguageId Extended Data Type
The language ID for the CatProcureCatalogTranslation record to create.
- _welcomeText
Type: CatDisplayHtmlText Extended Data Type
The welcome text for the CatProcureCatalogTranslation record to create.
Return Value
Type: CatProcureCatalogTranslation Table
The new CatProcureCatalogTranslation record.
Remarks
The caller is responsible for checking whether the record to create would cause any uniqueness violation.