Share via


DocuRefExt_BR::findByDocuRef Method

Finds a record in the DocuRefExt_BR table by its DocuRef record associated record.

Syntax

client server public static DocuRefExt_BR findByDocuRef(DocuRef _docuRef, [boolean _forUpdate])

Run On

Called

Parameters

  • _docuRef
    Type: DocuRef Table
    The DocuRef record to be used in the search.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: DocuRefExt_BR Table
If the DocuRef has an associated DocuRefExt record, return it; otherwise, an empty record.

See Also

Reference

DocuRefExt_BR Table