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 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
- _sequenceGroup
Type: RefRecId Extended Data Type
A RefRecId value to signify the collection of organization type.
- _orgType
Type: RefRecId Extended Data Type
A RefTableId value to signify the organization type.
- _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.