Share via


SysPolicyTypeSequence::find Method

Finds the specified record in the SysPolicyTypeSequence table.

Syntax

client server public static SysPolicyTypeSequence find(
    RefRecId _sequenceGroup, 
    RefRecId _policyType, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _sequenceGroup
    Type: RefRecId Extended Data Type
    An instance of the RefRecId class that represents the collection of organization types.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: SysPolicyTypeSequence Table
true if the record was found; otherwise, false.

See Also

Reference

SysPolicyTypeSequence Table