ProcCategoryPageTranslation::findByCategoryPageAndLanguage Method
Finds the Category Page Translation record in the ProcCategoryPageTranslation table by the related category page ID and language ID.
Syntax
client server public static ProcCategoryPageTranslation findByCategoryPageAndLanguage(
RecId _procurementCategoryPage,
[LanguageId _languageID,
boolean _forUpdate])
Run On
Called
Parameters
- _procurementCategoryPage
Type: RecId Extended Data Type
The category page ID of the record to find.
- _languageID
Type: LanguageId Extended Data Type
The language ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to select the record for update; optional.
Return Value
Type: ProcCategoryPageTranslation Table
A record of the ProcCategoryPageTranslation table if found; otherwise, an empty buffer.