Share via


HcmIssuingAgency::find Method

Finds a record in the HcmIssuingAgency table that is based on a specified HcmIssuingAuthorityRecId value.

Syntax

client server public static HcmIssuingAgency find(
    HcmIssuingAgencyRecId _recid, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    An enumeration value that indicates whether concurrency settings are used on the table; optional.

Return Value

Type: HcmIssuingAgency Table
A record from the HcmIssuingAgency table.

See Also

Reference

HcmIssuingAgency Table