DimensionRule::findByName Method
Finds the specified record in the DimensionRule table.
Syntax
client server public static DimensionRule findByName(
Name _name,
RefRecId _accountStructure,
[NoYes _isDraft,
boolean _forUpdate])
Run On
Called
Parameters
- _name
Type: Name Extended Data Type
The name of the record to find.
- _accountStructure
Type: RefRecId Extended Data Type
- _isDraft
Type: NoYes Enumeration
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DimensionRule Table
A record in the DimensionRule table; otherwise, an empty record.