PCProductConfigurationModel::findByName Method
Finds the specified record in the PCProductConfigurationModel table.
Syntax
client server public static PCProductConfigurationModel findByName(PCName _name, [boolean _forupdate])
Run On
Called
Parameters
- _name
Type: PCName Extended Data Type
The model name of the record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
Return Value
Type: PCProductConfigurationModel Table
A record in the PCProductConfigurationModel table; otherwise, an empty record.