Share via


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

  • _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.

See Also

Reference

ProcCategoryPageTranslation Table