MCRCoupon::find Method
Finds a MCRCoupon record.
Syntax
client server public static MCRCoupon find(MCRCouponId _mcrCouponId, [boolean update])
Run On
Called
Parameters
- _mcrCouponId
Type: MCRCouponId Extended Data Type
The coupon ID to find by.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRCoupon Table
The MCRCoupon record if found; otherwise, null.