WorkPeriodTemplate::findName Method
Finds a WorkPeriodTable record based on a specified period template name.
Syntax
client server public static WorkPeriodTemplate findName(PeriodTemplateName _periodTemplateName, [boolean _forupdate])
Run On
Called
Parameters
- _periodTemplateName
Type: PeriodTemplateName Extended Data Type
A string that contains the period template name.
- _forupdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: WorkPeriodTemplate Table
A WorkPeriodTemplate record; otherwise, an empty record.