Share via


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.

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.

See Also

Reference

CatProcureCatalogTranslation Table