PurchRFQLine.category Method
Retrieves the associated category record.
Syntax
public EcoResCategory category([PurchCategory _categoryId, boolean _forUpdate])
Run On
Called
Parameters
- _categoryId
Type: PurchCategory Extended Data Type
The record ID of the category to use.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResCategory Table
The associated category record.
If the _categoryId value is not specified, the category of the Request For Quote line will be used.