Share via


SysPolicyOrganizationTypeSequence::find Method

Finds the specified record in the SysPolicyOrganizationTypeSequence table.

Syntax

client server public static SysPolicyOrganizationTypeSequence find(
    RefRecId _sequenceGroup, 
    RefRecId _orgType, 
    int _sequence, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _sequence
    Type: int
    An integer value to specify the sequence.
  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether the selected record is for update; optional.

Return Value

Type: SysPolicyOrganizationTypeSequence Table
An instance of the SysPolicyOrganizationTypeSequence class.

See Also

Reference

SysPolicyOrganizationTypeSequence Table