VendRequestCategory::createFromCode Method
Creates a new VendRequestCategory record from the supplied VendRequest and EcoResCategory record IDs.
Syntax
client server public static RecId createFromCode(RecId _vendRequestId, RecId _categoryId)
Run On
Called
Parameters
- _vendRequestId
Type: RecId Extended Data Type
The VendRequest record ID of the record to update.
- _categoryId
Type: RecId Extended Data Type
The EcoResCategory record ID of the record to update.
Return Value
Type: RecId Extended Data Type
The VendRequestCategory record ID of the newly created record.