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.
- _languageId
Type: LanguageId Extended Data Type
The language ID for the CatDisplaySharedDataTranslation record to create.
- _searchText
Type: EcoResCategorySearchText Extended Data Type
The search text for the CatDisplaySharedDataTranslation record 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.