Share via


CatDisplaySharedDataTranslation::createCatDisplaySharedDataTranslation Method

Creates a new CatDisplaySharedDataTranslation record with the given data and inserts it in the database.

Syntax

client server public static CatDisplaySharedDataTranslation createCatDisplaySharedDataTranslation(
    RecId _sharedDataRecId, 
    LanguageId _languageId, 
   [EcoResCategorySearchText _searchText])

Run On

Called

Parameters

  • _sharedDataRecId
    Type: RecId Extended Data Type
    The CatDisplayCategorySharedInfo record-ID for the CatDisplaySharedDataTranslation record for to create.

Return Value

Type: CatDisplaySharedDataTranslation Table
The newly created CatDisplaySharedDataTranslation record.

Remarks

Caller is responsible for checking whether the record to create would cause any uniqueness violation.

See Also

Reference

CatDisplaySharedDataTranslation Table