Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a record in the DOSitesPageInfoTmp table by using record ID.
Syntax
client server public static DOSitesPageInfoTmp findByPageId(
    DOSitesPageInfoTmp _pageInfoTmp, 
    DOSitesServerId _pageId, 
   [boolean _forUpdate])
Run On
Called
Parameters
- _pageInfoTmp
Type: DOSitesPageInfoTmp Table
The DOSitesPageInfoTmp table of the DOSitesPageInfoTmp record to find. 
- _pageId
Type: DOSitesServerId Extended Data Type
The record ID of the record to find. 
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional. 
Return Value
Type: DOSitesPageInfoTmp Table
A record in the DOSitesPageInfoTmp table; otherwise, and empty record.