PCSolverTextValue::findByAttributeTypeAndValue Method
Finds a solver value by a domain and value.
Syntax
client server public static PCSolverTextValue findByAttributeTypeAndValue(
RefRecId _domain,
PCSolverValue _solverValue,
[boolean _forupdate])
Run On
Called
Parameters
- _domain
Type: RefRecId Extended Data Type
The record ID of a domain.
- _solverValue
Type: PCSolverValue Extended Data Type
A solver value.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record is selected for update; optional.
Return Value
Type: PCSolverTextValue Table
A record in the PCSolverTextValue table; otherwise, an empty record.