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

  • _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.

See Also

Reference

CatCart Table