CatCart::findOrCreate Method
Finds or creates a record in the CatCart table by using the owner.
Syntax
client server public static CatCart findOrCreate(RefRecId _owner, [boolean _forUpdate])
Run On
Called
Parameters
- _owner
Type: RefRecId Extended Data Type
The record ID of the owner in the CatCart table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CatCart Table
A record in the CatCart table.